#703628

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

Shades of Pueblo #703628

Tints of Pueblo #703628

Color information

#703628 (or 0x703628) is unknown color: approx Pueblo. HEX triplet: 70, 36 and 28. RGB value is (112,54,40). Sum of RGB (Red+Green+Blue) = 112+54+40=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #703628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703628 is #8FC9D7. Grayscale: #454545. Windows color (decimal): -9423320 or 2635376. OLE color: 2635376.

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

Color convert

RGB1125440-
CMYK00.520.640.56
HSL11.67º47.37%29.8%-
HSV(B)11.67º64.29%43.92%-
XYZ8.386.242.77-
YUV69.75111.22158.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=54.37%
G=26.21%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112544000.520.640.5611.6747.3729.8
Hex7036280344038c2f1e
Octal160665006410070145736
Binary111000011011010100001101001000000111000110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703628; }

 p { color: rgb(112,54,40); }

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

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

 a { background-color: rgb(112,54,40); }

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

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

 span { border-color: rgb(112,54,40); }

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