Html Css Color HEX #702B28 Auburn

📋 copy color: '#702B28'

red 112 ◦ green 43 ◦ blue 40

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

Shades of Auburn #702B28

Tints of Auburn #702B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

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

R = 57.44%
G = 22.05%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#702B28 (or 0x702B28) is known color: Auburn. HEX triplet: 70, 2B and 28. RGB value is (112,43,40). Sum of RGB (Red+Green+Blue) = 112+43+40=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #702B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B28 is #8FD4D7. Grayscale: #3F3F3F. Windows color (decimal): -9426136 or 2632560. OLE color: 2632560.

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

Color convert

RGB 112 43 40 -
CMYK 0 0.62 0.64 0.56
HSL 2.5º 0.47% 0.3% -
HSV(B) 2.5º 0.64% 0.44% -
XYZ 7.93 5.33 2.62 -
YUV 63.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 112 43 40 0 0.62 0.64 0.56 2.5 0.47 0.3
Hex 70 2B 28 0 3E 40 38 2 2F 1E
Octal 160 53 50 0 76 100 70 2 57 36
Binary 1110000 101011 101000 0 111110 1000000 111000 10 101111 11110

Color Harmonies of #702B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B28

Black with #702B28

Text Example


Text Example

White with #702B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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