Html Css Color HEX #732A27 Auburn

📋 copy color: '#732A27'

red 115 ◦ green 42 ◦ blue 39

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

Shades of Auburn #732A27

Tints of Auburn #732A27

RGB

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

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

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

R = 58.67%
G = 21.43%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#732A27 (or 0x732A27) is known color: Auburn. HEX triplet: 73, 2A and 27. RGB value is (115,42,39). Sum of RGB (Red+Green+Blue) = 115+42+39=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #732A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A27 is #8CD5D8. Grayscale: #3F3F3F. Windows color (decimal): -9229785 or 2566771. OLE color: 2566771.

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

Color convert

RGB 115 42 39 -
CMYK 0 0.63 0.66 0.55
HSL 2.37º 0.49% 0.3% -
HSV(B) 2.37º 0.66% 0.45% -
XYZ 8.26 5.45 2.54 -
YUV 63.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 115 42 39 0 0.63 0.66 0.55 2.37 0.49 0.3
Hex 73 2A 27 0 3F 42 37 2 31 1E
Octal 163 52 47 0 77 102 67 2 61 36
Binary 1110011 101010 100111 0 111111 1000010 110111 10 110001 11110

Color Harmonies of #732A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732A27

Black with #732A27

Text Example


Text Example

White with #732A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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