#702F19

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

Shades of Pueblo #702F19

Tints of Pueblo #702F19

Color information

#702F19 (or 0x702F19) is unknown color: approx Pueblo. HEX triplet: 70, 2F and 19. RGB value is (112,47,25). Sum of RGB (Red+Green+Blue) = 112+47+25=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F19 is #8FD0E6. Grayscale: #404040. Windows color (decimal): -9425127 or 1650544. OLE color: 1650544.

HSL color Cylindrical-coordinate representation of color #702F19: hue angle of 15.17º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702F19 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1124725-
CMYK00.580.780.56
HSL15.17º63.5%26.86%-
HSV(B)15.17º77.68%43.92%-
XYZ7.875.551.58-
YUV63.93106.03162.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=60.87%
G=25.54%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112472500.580.780.5615.1763.526.86
Hex702F1903A4E38f401b
Octal1605731072116701710033
Binary111000010111111001011101010011101110001111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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