Html Css Color HEX #702320 Auburn

📋 copy color: '#702320'

red 112 ◦ green 35 ◦ blue 32

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

Shades of Auburn #702320

Tints of Auburn #702320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

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

R = 62.57%
G = 19.55%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#702320 (or 0x702320) is known color: Auburn. HEX triplet: 70, 23 and 20. RGB value is (112,35,32). Sum of RGB (Red+Green+Blue) = 112+35+32=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #702320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702320 is #8FDCDF. Grayscale: #393939. Windows color (decimal): -9428192 or 2106224. OLE color: 2106224.

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

Color convert

RGB 112 35 32 -
CMYK 0 0.69 0.71 0.56
HSL 2.25º 0.56% 0.28% -
HSV(B) 2.25º 0.71% 0.44% -
XYZ 7.54 4.75 1.89 -
YUV 57.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 112 35 32 0 0.69 0.71 0.56 2.25 0.56 0.28
Hex 70 23 20 0 45 47 38 2 38 1C
Octal 160 43 40 0 105 107 70 2 70 34
Binary 1110000 100011 100000 0 1000101 1000111 111000 10 111000 11100

Color Harmonies of #702320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702320

Black with #702320

Text Example


Text Example

White with #702320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702320; }

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

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

background-color css

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

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

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

border-color css

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

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

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