#702820

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

Shades of Pueblo #702820

Tints of Pueblo #702820

Color information

#702820 (or 0x702820) is unknown color: approx Pueblo. HEX triplet: 70, 28 and 20. RGB value is (112,40,32). Sum of RGB (Red+Green+Blue) = 112+40+32=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702820 is #8FD7DF. Grayscale: #3C3C3C. Windows color (decimal): -9426912 or 2107504. OLE color: 2107504.

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

Color convert

RGB1124032-
CMYK00.640.710.56
HSL55.56%28.24%-
HSV(B)71.43%43.92%-
XYZ7.75.071.94-
YUV60.62111.85164.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=60.87%
G=21.74%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112403200.640.710.56655.5628.24
Hex70282004047386381c
Octal160504001001077067034
Binary111000010100010000001000000100011111100011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702820; }

 p { color: rgb(112,40,32); }

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

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

 a { background-color: rgb(112,40,32); }

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

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

 span { border-color: rgb(112,40,32); }

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