Html Css Color HEX #732F2C Auburn

📋 copy color: '#732F2C'

red 115 ◦ green 47 ◦ blue 44

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

Shades of Auburn #732F2C

Tints of Auburn #732F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 55.83%
G = 22.82%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#732F2C (or 0x732F2C) is known color: Auburn. HEX triplet: 73, 2F and 2C. RGB value is (115,47,44). Sum of RGB (Red+Green+Blue) = 115+47+44=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #732F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F2C is #8CD0D3. Grayscale: #434343. Windows color (decimal): -9228500 or 2895731. OLE color: 2895731.

HSL color Cylindrical-coordinate representation of color #732F2C: hue angle of 2.54º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #732F2C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 47 44 -
CMYK 0 0.59 0.62 0.55
HSL 2.54º 0.45% 0.31% -
HSV(B) 2.54º 0.62% 0.45% -
XYZ 8.54 5.86 3.06 -
YUV 66.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 115 47 44 0 0.59 0.62 0.55 2.54 0.45 0.31
Hex 73 2F 2C 0 3B 3E 37 3 2D 1F
Octal 163 57 54 0 73 76 67 3 55 37
Binary 1110011 101111 101100 0 111011 111110 110111 11 101101 11111

Color Harmonies of #732F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732F2C

Black with #732F2C

Text Example


Text Example

White with #732F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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