#702F2B

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

Shades of Auburn #702F2B

Tints of Auburn #702F2B

Color information

#702F2B (or 0x702F2B) is unknown color: approx Auburn. HEX triplet: 70, 2F and 2B. RGB value is (112,47,43). Sum of RGB (Red+Green+Blue) = 112+47+43=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F2B is #8FD0D4. Grayscale: #424242. Windows color (decimal): -9425109 or 2830192. OLE color: 2830192.

HSL color Cylindrical-coordinate representation of color #702F2B: hue angle of 3.48º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702F2B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1124743-
CMYK00.580.620.56
HSL3.48º44.52%30.39%-
HSV(B)3.48º61.61%43.92%-
XYZ8.135.652.95-
YUV65.98115.03160.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 47 (18.75% from 255) = 23.27%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=55.45%
G=23.27%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112474300.580.620.563.4844.5230.39
Hex702F2B03A3E3832d1e
Octal1605753072767035536
Binary111000010111110101101110101111101110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,47,43); }

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

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

 a { background-color: rgb(112,47,43); }

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

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

 span { border-color: rgb(112,47,43); }

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