#702B12

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

Shades of Pueblo #702B12

Tints of Pueblo #702B12

Color information

#702B12 (or 0x702B12) is unknown color: approx Pueblo. HEX triplet: 70, 2B and 12. RGB value is (112,43,18). Sum of RGB (Red+Green+Blue) = 112+43+18=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B12 is #8FD4ED. Grayscale: #3C3C3C. Windows color (decimal): -9426158 or 1190768. OLE color: 1190768.

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

Color convert

RGB1124318-
CMYK00.620.840.56
HSL15.96º72.31%25.49%-
HSV(B)15.96º83.93%43.92%-
XYZ7.665.221.18-
YUV60.78103.86164.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.74%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=64.74%
G=24.86%
B=10.40%

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
Decimal112431800.620.840.5615.9672.3125.49
Hex702B1203E5438104819
Octal1605322076124702011031
Binary1110000101011100100111110101010011100010000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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