#702E2D

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

Shades of Auburn #702E2D

Tints of Auburn #702E2D

Color information

#702E2D (or 0x702E2D) is unknown color: approx Auburn. HEX triplet: 70, 2E and 2D. RGB value is (112,46,45). Sum of RGB (Red+Green+Blue) = 112+46+45=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #702E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E2D is #8FD1D2. Grayscale: #414141. Windows color (decimal): -9425363 or 2961008. OLE color: 2961008.

HSL color Cylindrical-coordinate representation of color #702E2D: hue angle of 0.9º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702E2D is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1124645-
CMYK00.590.600.56
HSL0.9º42.68%30.78%-
HSV(B)0.9º59.82%43.92%-
XYZ8.135.593.13-
YUV65.62116.37161.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=55.17%
G=22.66%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112464500.590.600.560.942.6830.78
Hex702E2D03B3C3812b1f
Octal1605655073747015337
Binary11100001011101011010111011111100111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,46,45); }

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

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

 a { background-color: rgb(112,46,45); }

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

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

 span { border-color: rgb(112,46,45); }

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