Html Css Color HEX #702724 Auburn

📋 copy color: '#702724'

red 112 ◦ green 39 ◦ blue 36

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

Shades of Auburn #702724

Tints of Auburn #702724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

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

R = 59.89%
G = 20.86%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#702724 (or 0x702724) is known color: Auburn. HEX triplet: 70, 27 and 24. RGB value is (112,39,36). Sum of RGB (Red+Green+Blue) = 112+39+36=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702724 is #8FD8DB. Grayscale: #3C3C3C. Windows color (decimal): -9427164 or 2369392. OLE color: 2369392.

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

Color convert

RGB 112 39 36 -
CMYK 0 0.65 0.68 0.56
HSL 2.37º 0.51% 0.29% -
HSV(B) 2.37º 0.68% 0.44% -
XYZ 7.73 5.02 2.23 -
YUV 60.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 112 39 36 0 0.65 0.68 0.56 2.37 0.51 0.29
Hex 70 27 24 0 41 44 38 2 33 1D
Octal 160 47 44 0 101 104 70 2 63 35
Binary 1110000 100111 100100 0 1000001 1000100 111000 10 110011 11101

Color Harmonies of #702724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702724

Black with #702724

Text Example


Text Example

White with #702724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702724; }

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

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

background-color css

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

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

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

border-color css

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

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

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