#702622

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

Shades of Auburn #702622

Tints of Auburn #702622

Color information

#702622 (or 0x702622) is unknown color: approx Auburn. HEX triplet: 70, 26 and 22. RGB value is (112,38,34). Sum of RGB (Red+Green+Blue) = 112+38+34=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702622 is #8FD9DD. Grayscale: #3B3B3B. Windows color (decimal): -9427422 or 2238064. OLE color: 2238064.

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

Color convert

RGB1123834-
CMYK00.660.700.56
HSL3.08º53.42%28.63%-
HSV(B)3.08º69.64%43.92%-
XYZ7.664.952.06-
YUV59.67113.52165.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=60.87%
G=20.65%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112383400.660.700.563.0853.4228.63
Hex70262204246383351d
Octal160464201021067036535
Binary11100001001101000100100001010001101110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702622; }

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

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

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

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

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

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

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

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