Html Css Color HEX #702821 Auburn

📋 copy color: '#702821'

red 112 ◦ green 40 ◦ blue 33

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

Shades of Auburn #702821

Tints of Auburn #702821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 60.54%
G = 21.62%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#702821 (or 0x702821) is known color: Auburn. HEX triplet: 70, 28 and 21. RGB value is (112,40,33). Sum of RGB (Red+Green+Blue) = 112+40+33=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #702821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702821 is #8FD7DE. Grayscale: #3C3C3C. Windows color (decimal): -9426911 or 2173040. OLE color: 2173040.

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

Color convert

RGB 112 40 33 -
CMYK 0 0.64 0.71 0.56
HSL 5.32º 0.54% 0.28% -
HSV(B) 5.32º 0.71% 0.44% -
XYZ 7.72 5.07 2.01 -
YUV 60.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 112 40 33 0 0.64 0.71 0.56 5.32 0.54 0.28
Hex 70 28 21 0 40 47 38 5 36 1C
Octal 160 50 41 0 100 107 70 5 66 34
Binary 1110000 101000 100001 0 1000000 1000111 111000 101 110110 11100

Color Harmonies of #702821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702821

Black with #702821

Text Example


Text Example

White with #702821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702821; }

 p { color: rgb(112,40,33); }

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

background-color css

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

 a { background-color: rgb(112,40,33); }

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

border-color css

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

 span { border-color: rgb(112,40,33); }

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