Html Css Color HEX #702922 Auburn

📋 copy color: '#702922'

red 112 ◦ green 41 ◦ blue 34

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

Shades of Auburn #702922

Tints of Auburn #702922

RGB

 RED value IS 112 (44.14% from 255) = 59.89%

 GREEN value IS 41 (16.41% from 255) = 21.93%

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 59.89%
G = 21.93%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#702922 (or 0x702922) is known color: Auburn. HEX triplet: 70, 29 and 22. RGB value is (112,41,34). Sum of RGB (Red+Green+Blue) = 112+41+34=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702922 is #8FD6DD. Grayscale: #3D3D3D. Windows color (decimal): -9426654 or 2238832. OLE color: 2238832.

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

Color convert

RGB 112 41 34 -
CMYK 0 0.63 0.70 0.56
HSL 5.38º 0.53% 0.29% -
HSV(B) 5.38º 0.7% 0.44% -
XYZ 7.76 5.15 2.1 -
YUV 61.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 112 41 34 0 0.63 0.70 0.56 5.38 0.53 0.29
Hex 70 29 22 0 3F 46 38 5 35 1D
Octal 160 51 42 0 77 106 70 5 65 35
Binary 1110000 101001 100010 0 111111 1000110 111000 101 110101 11101

Color Harmonies of #702922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702922

Black with #702922

Text Example


Text Example

White with #702922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702922; }

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

 H1.HeaderClassName
 {
   color: #702922;
 }
 .AnyTagClassName
 {
   color: #702922;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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