Html Css Color HEX #732E2D Auburn

📋 copy color: '#732E2D'

red 115 ◦ green 46 ◦ blue 45

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

Shades of Auburn #732E2D

Tints of Auburn #732E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 55.83%
G = 22.33%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#732E2D (or 0x732E2D) is known color: Auburn. HEX triplet: 73, 2E and 2D. RGB value is (115,46,45). Sum of RGB (Red+Green+Blue) = 115+46+45=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #732E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E2D is #8CD1D2. Grayscale: #424242. Windows color (decimal): -9228755 or 2961011. OLE color: 2961011.

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

Color convert

RGB 115 46 45 -
CMYK 0 0.6 0.61 0.55
HSL 0.86º 0.44% 0.31% -
HSV(B) 0.86º 0.61% 0.45% -
XYZ 8.52 5.79 3.15 -
YUV 66.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 115 46 45 0 0.6 0.61 0.55 0.86 0.44 0.31
Hex 73 2E 2D 0 3C 3D 37 1 2C 1F
Octal 163 56 55 0 74 75 67 1 54 37
Binary 1110011 101110 101101 0 111100 111101 110111 1 101100 11111

Color Harmonies of #732E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732E2D

Black with #732E2D

Text Example


Text Example

White with #732E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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