Html Css Color HEX #702927 Auburn

📋 copy color: '#702927'

red 112 ◦ green 41 ◦ blue 39

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

Shades of Auburn #702927

Tints of Auburn #702927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 58.33%
G = 21.35%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#702927 (or 0x702927) is known color: Auburn. HEX triplet: 70, 29 and 27. RGB value is (112,41,39). Sum of RGB (Red+Green+Blue) = 112+41+39=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #702927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702927 is #8FD6D8. Grayscale: #3E3E3E. Windows color (decimal): -9426649 or 2566512. OLE color: 2566512.

HSL color Cylindrical-coordinate representation of color #702927: hue angle of 1.64º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702927 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 39 -
CMYK 0 0.63 0.65 0.56
HSL 1.64º 0.48% 0.3% -
HSV(B) 1.64º 0.65% 0.44% -
XYZ 7.84 5.18 2.51 -
YUV 62 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 112 41 39 0 0.63 0.65 0.56 1.64 0.48 0.3
Hex 70 29 27 0 3F 41 38 2 30 1E
Octal 160 51 47 0 77 101 70 2 60 36
Binary 1110000 101001 100111 0 111111 1000001 111000 10 110000 11110

Color Harmonies of #702927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702927

Black with #702927

Text Example


Text Example

White with #702927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702927; }

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

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

background-color css

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

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

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

border-color css

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

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

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