#702716

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

Shades of Pueblo #702716

Tints of Pueblo #702716

Color information

#702716 (or 0x702716) is unknown color: approx Pueblo. HEX triplet: 70, 27 and 16. RGB value is (112,39,22). Sum of RGB (Red+Green+Blue) = 112+39+22=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702716 is #8FD8E9. Grayscale: #3B3B3B. Windows color (decimal): -9427178 or 1451888. OLE color: 1451888.

HSL color Cylindrical-coordinate representation of color #702716: hue angle of 11.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702716 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1123922-
CMYK00.650.800.56
HSL11.33º67.16%26.27%-
HSV(B)11.33º80.36%43.92%-
XYZ7.554.951.32-
YUV58.89107.18165.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.74%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=64.74%
G=22.54%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112392200.650.800.5611.3367.1626.27
Hex7027160415038b431a
Octal16047260101120701310332
Binary1110000100111101100100000110100001110001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702716; }

 p { color: rgb(112,39,22); }

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

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

 a { background-color: rgb(112,39,22); }

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

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

 span { border-color: rgb(112,39,22); }

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