#702F17

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

Shades of Pueblo #702F17

Tints of Pueblo #702F17

Color information

#702F17 (or 0x702F17) is unknown color: approx Pueblo. HEX triplet: 70, 2F and 17. RGB value is (112,47,23). Sum of RGB (Red+Green+Blue) = 112+47+23=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #702F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F17 is #8FD0E8. Grayscale: #3F3F3F. Windows color (decimal): -9425129 or 1519472. OLE color: 1519472.

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

Color convert

RGB1124723-
CMYK00.580.790.56
HSL16.18º65.93%26.47%-
HSV(B)16.18º79.46%43.92%-
XYZ7.855.541.47-
YUV63.7105.03162.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=61.54%
G=25.82%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112472300.580.790.5616.1865.9326.47
Hex702F1703A4F3810421a
Octal1605727072117702010232
Binary1110000101111101110111010100111111100010000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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