Html Css Color HEX #732C24 Auburn

📋 copy color: '#732C24'

red 115 ◦ green 44 ◦ blue 36

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

Shades of Auburn #732C24

Tints of Auburn #732C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 58.97%
G = 22.56%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#732C24 (or 0x732C24) is known color: Auburn. HEX triplet: 73, 2C and 24. RGB value is (115,44,36). Sum of RGB (Red+Green+Blue) = 115+44+36=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #732C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C24 is #8CD3DB. Grayscale: #404040. Windows color (decimal): -9229276 or 2370675. OLE color: 2370675.

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

Color convert

RGB 115 44 36 -
CMYK 0 0.62 0.69 0.55
HSL 6.08º 0.52% 0.3% -
HSV(B) 6.08º 0.69% 0.45% -
XYZ 8.29 5.57 2.31 -
YUV 64.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 115 44 36 0 0.62 0.69 0.55 6.08 0.52 0.3
Hex 73 2C 24 0 3E 45 37 6 34 1E
Octal 163 54 44 0 76 105 67 6 64 36
Binary 1110011 101100 100100 0 111110 1000101 110111 110 110100 11110

Color Harmonies of #732C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732C24

Black with #732C24

Text Example


Text Example

White with #732C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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