Html Css Color HEX #702420 Auburn

📋 copy color: '#702420'

red 112 ◦ green 36 ◦ blue 32

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

Shades of Auburn #702420

Tints of Auburn #702420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 62.22%
G = 20%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#702420 (or 0x702420) is known color: Auburn. HEX triplet: 70, 24 and 20. RGB value is (112,36,32). Sum of RGB (Red+Green+Blue) = 112+36+32=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #702420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702420 is #8FDBDF. Grayscale: #3A3A3A. Windows color (decimal): -9427936 or 2106480. OLE color: 2106480.

HSL color Cylindrical-coordinate representation of color #702420: hue angle of 3º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702420 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 32 -
CMYK 0 0.68 0.71 0.56
HSL 0.56% 0.28% -
HSV(B) 0.71% 0.44% -
XYZ 7.57 4.81 1.9 -
YUV 58.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 112 36 32 0 0.68 0.71 0.56 3 0.56 0.28
Hex 70 24 20 0 44 47 38 3 38 1C
Octal 160 44 40 0 104 107 70 3 70 34
Binary 1110000 100100 100000 0 1000100 1000111 111000 11 111000 11100

Color Harmonies of #702420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702420

Black with #702420

Text Example


Text Example

White with #702420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702420; }

 p { color: rgb(112,36,32); }

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

background-color css

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

 a { background-color: rgb(112,36,32); }

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

border-color css

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

 span { border-color: rgb(112,36,32); }

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