#702922

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

Shades of Auburn #702922

Tints of Auburn #702922

Color information

#702922 (or 0x702922) is unknown color: approx Auburn. HEX triplet: 70, 29 and 22. RGB value is (112,41,34). Sum of RGB (Red+Green+Blue) = 112+41+34=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702922 is #8FD6DD. Grayscale: #3D3D3D. Windows color (decimal): -9426654 or 2238832. OLE color: 2238832.

HSL color Cylindrical-coordinate representation of color #702922: hue angle of 5.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702922 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1124134-
CMYK00.630.700.56
HSL5.38º53.42%28.63%-
HSV(B)5.38º69.64%43.92%-
XYZ7.765.152.1-
YUV61.43112.52164.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=59.89%
G=21.93%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112413400.630.700.565.3853.4228.63
Hex70292203F46385351d
Octal16051420771067056535
Binary11100001010011000100111111100011011100010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702922; }

 p { color: rgb(112,41,34); }

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

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

 a { background-color: rgb(112,41,34); }

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

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

 span { border-color: rgb(112,41,34); }

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