#702D19

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

Shades of Pueblo #702D19

Tints of Pueblo #702D19

Color information

#702D19 (or 0x702D19) is unknown color: approx Pueblo. HEX triplet: 70, 2D and 19. RGB value is (112,45,25). Sum of RGB (Red+Green+Blue) = 112+45+25=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #702D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D19 is #8FD2E6. Grayscale: #3E3E3E. Windows color (decimal): -9425639 or 1650032. OLE color: 1650032.

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

Color convert

RGB1124525-
CMYK00.600.780.56
HSL13.79º63.5%26.86%-
HSV(B)13.79º77.68%43.92%-
XYZ7.85.391.55-
YUV62.75106.7163.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=61.54%
G=24.73%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112452500.600.780.5613.7963.526.86
Hex702D1903C4E38e401b
Octal1605531074116701610033
Binary111000010110111001011110010011101110001110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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