Html Css Color HEX #702928 Auburn

📋 copy color: '#702928'

red 112 ◦ green 41 ◦ blue 40

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

Shades of Auburn #702928

Tints of Auburn #702928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 58.03%
G = 21.24%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#702928 (or 0x702928) is known color: Auburn. HEX triplet: 70, 29 and 28. RGB value is (112,41,40). Sum of RGB (Red+Green+Blue) = 112+41+40=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #702928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702928 is #8FD6D7. Grayscale: #3E3E3E. Windows color (decimal): -9426648 or 2632048. OLE color: 2632048.

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

Color convert

RGB 112 41 40 -
CMYK 0 0.63 0.64 0.56
HSL 0.83º 0.47% 0.3% -
HSV(B) 0.83º 0.64% 0.44% -
XYZ 7.86 5.18 2.59 -
YUV 62.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 112 41 40 0 0.63 0.64 0.56 0.83 0.47 0.3
Hex 70 29 28 0 3F 40 38 1 2F 1E
Octal 160 51 50 0 77 100 70 1 57 36
Binary 1110000 101001 101000 0 111111 1000000 111000 1 101111 11110

Color Harmonies of #702928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702928

Black with #702928

Text Example


Text Example

White with #702928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702928; }

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

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

background-color css

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

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

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

border-color css

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

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

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