#702917

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

Shades of Pueblo #702917

Tints of Pueblo #702917

Color information

#702917 (or 0x702917) is unknown color: approx Pueblo. HEX triplet: 70, 29 and 17. RGB value is (112,41,23). Sum of RGB (Red+Green+Blue) = 112+41+23=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #702917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702917 is #8FD6E8. Grayscale: #3C3C3C. Windows color (decimal): -9426665 or 1517936. OLE color: 1517936.

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

Color convert

RGB1124123-
CMYK00.630.790.56
HSL12.13º65.93%26.47%-
HSV(B)12.13º79.46%43.92%-
XYZ7.635.091.39-
YUV60.18107.02164.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 23 (9.38% from 255) = 13.07%
R=63.64%
G=23.30%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112412300.630.790.5612.1365.9326.47
Hex70291703F4F38c421a
Octal1605127077117701410232
Binary111000010100110111011111110011111110001100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702917; }

 p { color: rgb(112,41,23); }

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

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

 a { background-color: rgb(112,41,23); }

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

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

 span { border-color: rgb(112,41,23); }

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