#703120

Color #703120 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #703120

Tints of Pueblo #703120

Color information

#703120 (or 0x703120) is unknown color: approx Pueblo. HEX triplet: 70, 31 and 20. RGB value is (112,49,32). Sum of RGB (Red+Green+Blue) = 112+49+32=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #703120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703120 is #8FCEDF. Grayscale: #424242. Windows color (decimal): -9424608 or 2109808. OLE color: 2109808.

HSL color Cylindrical-coordinate representation of color #703120: hue angle of 12.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703120 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1124932-
CMYK00.560.710.56
HSL12.75º55.56%28.24%-
HSV(B)12.75º71.43%43.92%-
XYZ8.045.752.05-
YUV65.9108.87160.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=58.03%
G=25.39%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112493200.560.710.5612.7555.5628.24
Hex7031200384738d381c
Octal160614007010770157034
Binary111000011000110000001110001000111111000110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703120; }

 p { color: rgb(112,49,32); }

 H1.HeaderClassName
 {
   color: #703120;
 }
 .AnyTagClassName
 {
   color: #703120;
 }
</style>
background-color css

<style>
 a { background-color: #703120; }

 a { background-color: rgb(112,49,32); }

 div.DivClassName
 {
   background-color: #703120;
 }
 .BgClassName
 {
   background-color: #703120;
 }
</style>
border-color css

<style>
 span { border-color: #703120; }

 span { border-color: rgb(112,49,32); }

 td.TdClassName
 {
   border-color: #703120;
 }
 .TagClassName
 {
   border-color: #703120;
 }
</style>