#703626

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

Shades of Pueblo #703626

Tints of Pueblo #703626

Color information

#703626 (or 0x703626) is unknown color: approx Pueblo. HEX triplet: 70, 36 and 26. RGB value is (112,54,38). Sum of RGB (Red+Green+Blue) = 112+54+38=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #703626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703626 is #8FC9D9. Grayscale: #454545. Windows color (decimal): -9423322 or 2504304. OLE color: 2504304.

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

Color convert

RGB1125438-
CMYK00.520.660.56
HSL12.97º49.33%29.41%-
HSV(B)12.97º66.07%43.92%-
XYZ8.356.222.59-
YUV69.52110.22158.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=54.90%
G=26.47%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112543800.520.660.5612.9749.3329.41
Hex7036260344238d311d
Octal160664606410270156135
Binary111000011011010011001101001000010111000110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703626; }

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

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

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

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

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

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

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

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