Html Css Color HEX #702824 Auburn

📋 copy color: '#702824'

red 112 ◦ green 40 ◦ blue 36

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

Shades of Auburn #702824

Tints of Auburn #702824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 59.57%
G = 21.28%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#702824 (or 0x702824) is known color: Auburn. HEX triplet: 70, 28 and 24. RGB value is (112,40,36). Sum of RGB (Red+Green+Blue) = 112+40+36=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702824 is #8FD7DB. Grayscale: #3D3D3D. Windows color (decimal): -9426908 or 2369648. OLE color: 2369648.

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

Color convert

RGB 112 40 36 -
CMYK 0 0.64 0.68 0.56
HSL 3.16º 0.51% 0.29% -
HSV(B) 3.16º 0.68% 0.44% -
XYZ 7.76 5.09 2.24 -
YUV 61.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 112 40 36 0 0.64 0.68 0.56 3.16 0.51 0.29
Hex 70 28 24 0 40 44 38 3 33 1D
Octal 160 50 44 0 100 104 70 3 63 35
Binary 1110000 101000 100100 0 1000000 1000100 111000 11 110011 11101

Color Harmonies of #702824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702824

Black with #702824

Text Example


Text Example

White with #702824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702824; }

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

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

background-color css

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

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

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

border-color css

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

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

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