#702512

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

Shades of Pueblo #702512

Tints of Pueblo #702512

Color information

#702512 (or 0x702512) is unknown color: approx Pueblo. HEX triplet: 70, 25 and 12. RGB value is (112,37,18). Sum of RGB (Red+Green+Blue) = 112+37+18=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #702512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702512 is #8FDAED. Grayscale: #393939. Windows color (decimal): -9427694 or 1189232. OLE color: 1189232.

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

Color convert

RGB1123718-
CMYK00.670.840.56
HSL12.13º72.31%25.49%-
HSV(B)12.13º83.93%43.92%-
XYZ7.454.811.11-
YUV57.26105.85167.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.07%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=67.07%
G=22.16%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112371800.670.840.5612.1372.3125.49
Hex7025120435438c4819
Octal16045220103124701411031
Binary1110000100101100100100001110101001110001100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702512; }

 p { color: rgb(112,37,18); }

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

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

 a { background-color: rgb(112,37,18); }

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

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

 span { border-color: rgb(112,37,18); }

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