Html Css Color HEX #732F27 Auburn

📋 copy color: '#732F27'

red 115 ◦ green 47 ◦ blue 39

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

Shades of Auburn #732F27

Tints of Auburn #732F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.38%

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

R = 57.21%
G = 23.38%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#732F27 (or 0x732F27) is known color: Auburn. HEX triplet: 73, 2F and 27. RGB value is (115,47,39). Sum of RGB (Red+Green+Blue) = 115+47+39=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #732F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F27 is #8CD0D8. Grayscale: #424242. Windows color (decimal): -9228505 or 2568051. OLE color: 2568051.

HSL color Cylindrical-coordinate representation of color #732F27: hue angle of 6.32º 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 #732F27 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 47 39 -
CMYK 0 0.59 0.66 0.55
HSL 6.32º 0.49% 0.3% -
HSV(B) 6.32º 0.66% 0.45% -
XYZ 8.45 5.82 2.6 -
YUV 66.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 115 47 39 0 0.59 0.66 0.55 6.32 0.49 0.3
Hex 73 2F 27 0 3B 42 37 6 31 1E
Octal 163 57 47 0 73 102 67 6 61 36
Binary 1110011 101111 100111 0 111011 1000010 110111 110 110001 11110

Color Harmonies of #732F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732F27

Black with #732F27

Text Example


Text Example

White with #732F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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