Html Css Color HEX #702E2D Auburn

📋 copy color: '#702E2D'

red 112 ◦ green 46 ◦ blue 45

#702E2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #702E2D

Tints of Auburn #702E2D

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 value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#702E2D (or 0x702E2D) is known color: 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

RGB 112 46 45 -
CMYK 0 0.59 0.60 0.56
HSL 0.9º 0.43% 0.31% -
HSV(B) 0.9º 0.6% 0.44% -
XYZ 8.13 5.59 3.13 -
YUV 65.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 112 46 45 0 0.59 0.60 0.56 0.9 0.43 0.31
Hex 70 2E 2D 0 3B 3C 38 1 2B 1F
Octal 160 56 55 0 73 74 70 1 53 37
Binary 1110000 101110 101101 0 111011 111100 111000 1 101011 11111

Color Harmonies of #702E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E2D

Black with #702E2D

Text Example


Text Example

White with #702E2D

Text Example


Text Example

HTML Codes & Css Web 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>