Html Css Color HEX #732D29 Auburn

📋 copy color: '#732D29'

red 115 ◦ green 45 ◦ blue 41

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

Shades of Auburn #732D29

Tints of Auburn #732D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.39%

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 57.21%
G = 22.39%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#732D29 (or 0x732D29) is known color: Auburn. HEX triplet: 73, 2D and 29. RGB value is (115,45,41). Sum of RGB (Red+Green+Blue) = 115+45+41=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #732D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D29 is #8CD2D6. Grayscale: #414141. Windows color (decimal): -9229015 or 2698611. OLE color: 2698611.

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

Color convert

RGB 115 45 41 -
CMYK 0 0.61 0.64 0.55
HSL 3.24º 0.47% 0.31% -
HSV(B) 3.24º 0.64% 0.45% -
XYZ 8.41 5.68 2.75 -
YUV 65.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 115 45 41 0 0.61 0.64 0.55 3.24 0.47 0.31
Hex 73 2D 29 0 3D 40 37 3 2F 1F
Octal 163 55 51 0 75 100 67 3 57 37
Binary 1110011 101101 101001 0 111101 1000000 110111 11 101111 11111

Color Harmonies of #732D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732D29

Black with #732D29

Text Example


Text Example

White with #732D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,45,41); }

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

background-color css

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

 a { background-color: rgb(115,45,41); }

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

border-color css

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

 span { border-color: rgb(115,45,41); }

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