#702A12

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

Shades of Pueblo #702A12

Tints of Pueblo #702A12

Color information

#702A12 (or 0x702A12) is unknown color: approx Pueblo. HEX triplet: 70, 2A and 12. RGB value is (112,42,18). Sum of RGB (Red+Green+Blue) = 112+42+18=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A12 is #8FD5ED. Grayscale: #3C3C3C. Windows color (decimal): -9426414 or 1190512. OLE color: 1190512.

HSL color Cylindrical-coordinate representation of color #702A12: hue angle of 15.32º 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 #702A12 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1124218-
CMYK00.620.840.56
HSL15.32º72.31%25.49%-
HSV(B)15.32º83.93%43.92%-
XYZ7.625.141.16-
YUV60.19104.19164.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=65.12%
G=24.42%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112421800.620.840.5615.3272.3125.49
Hex702A1203E5438f4819
Octal1605222076124701711031
Binary111000010101010010011111010101001110001111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702A12; }

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

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

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

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

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

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

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

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