#702522

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

Shades of Auburn #702522

Tints of Auburn #702522

Color information

#702522 (or 0x702522) is unknown color: approx Auburn. HEX triplet: 70, 25 and 22. RGB value is (112,37,34). Sum of RGB (Red+Green+Blue) = 112+37+34=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #702522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702522 is #8FDADD. Grayscale: #3B3B3B. Windows color (decimal): -9427678 or 2237808. OLE color: 2237808.

HSL color Cylindrical-coordinate representation of color #702522: hue angle of 2.31º 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 #702522 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1123734-
CMYK00.670.700.56
HSL2.31º53.42%28.63%-
HSV(B)2.31º69.64%43.92%-
XYZ7.634.882.05-
YUV59.08113.85165.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=61.20%
G=20.22%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112373400.670.700.562.3153.4228.63
Hex70252204346382351d
Octal160454201031067026535
Binary11100001001011000100100001110001101110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702522; }

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

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

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

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

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

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

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

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