Html Css Color HEX #702C27 Auburn

📋 copy color: '#702C27'

red 112 ◦ green 44 ◦ blue 39

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

Shades of Auburn #702C27

Tints of Auburn #702C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

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

R = 57.44%
G = 22.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#702C27 (or 0x702C27) is known color: Auburn. HEX triplet: 70, 2C and 27. RGB value is (112,44,39). Sum of RGB (Red+Green+Blue) = 112+44+39=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #702C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C27 is #8FD3D8. Grayscale: #3F3F3F. Windows color (decimal): -9425881 or 2567280. OLE color: 2567280.

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

Color convert

RGB 112 44 39 -
CMYK 0 0.61 0.65 0.56
HSL 4.11º 0.48% 0.3% -
HSV(B) 4.11º 0.65% 0.44% -
XYZ 7.95 5.39 2.54 -
YUV 63.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 112 44 39 0 0.61 0.65 0.56 4.11 0.48 0.3
Hex 70 2C 27 0 3D 41 38 4 30 1E
Octal 160 54 47 0 75 101 70 4 60 36
Binary 1110000 101100 100111 0 111101 1000001 111000 100 110000 11110

Color Harmonies of #702C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C27

Black with #702C27

Text Example


Text Example

White with #702C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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