Html Css Color HEX #732A28 Auburn

📋 copy color: '#732A28'

red 115 ◦ green 42 ◦ blue 40

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

Shades of Auburn #732A28

Tints of Auburn #732A28

RGB

 RED value IS 115 (45.31% from 255) = 58.38%

 GREEN value IS 42 (16.8% from 255) = 21.32%

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

R = 58.38%
G = 21.32%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#732A28 (or 0x732A28) is known color: Auburn. HEX triplet: 73, 2A and 28. RGB value is (115,42,40). Sum of RGB (Red+Green+Blue) = 115+42+40=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #732A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A28 is #8CD5D7. Grayscale: #3F3F3F. Windows color (decimal): -9229784 or 2632307. OLE color: 2632307.

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

Color convert

RGB 115 42 40 -
CMYK 0 0.63 0.65 0.55
HSL 1.6º 0.48% 0.3% -
HSV(B) 1.6º 0.65% 0.45% -
XYZ 8.28 5.45 2.62 -
YUV 63.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 115 42 40 0 0.63 0.65 0.55 1.6 0.48 0.3
Hex 73 2A 28 0 3F 41 37 2 30 1E
Octal 163 52 50 0 77 101 67 2 60 36
Binary 1110011 101010 101000 0 111111 1000001 110111 10 110000 11110

Color Harmonies of #732A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732A28

Black with #732A28

Text Example


Text Example

White with #732A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732A28; }

 p { color: rgb(115,42,40); }

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

background-color css

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

 a { background-color: rgb(115,42,40); }

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

border-color css

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

 span { border-color: rgb(115,42,40); }

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