Html Css Color HEX #723331 Auburn

📋 copy color: '#723331'

red 114 ◦ green 51 ◦ blue 49

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

Shades of Auburn #723331

Tints of Auburn #723331

RGB

 RED value IS 114 (44.92% from 255) = 53.27%

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 53.27%
G = 23.83%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#723331 (or 0x723331) is known color: Auburn. HEX triplet: 72, 33 and 31. RGB value is (114,51,49). Sum of RGB (Red+Green+Blue) = 114+51+49=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #723331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723331 is #8DCCCE. Grayscale: #454545. Windows color (decimal): -9293007 or 3224434. OLE color: 3224434.

HSL color Cylindrical-coordinate representation of color #723331: hue angle of 1.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723331 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 49 -
CMYK 0 0.55 0.57 0.55
HSL 1.85º 0.4% 0.32% -
HSV(B) 1.85º 0.57% 0.45% -
XYZ 8.68 6.17 3.64 -
YUV 69.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 114 51 49 0 0.55 0.57 0.55 1.85 0.4 0.32
Hex 72 33 31 0 37 39 37 2 28 20
Octal 162 63 61 0 67 71 67 2 50 40
Binary 1110010 110011 110001 0 110111 111001 110111 10 101000 100000

Color Harmonies of #723331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723331

Black with #723331

Text Example


Text Example

White with #723331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723331; }

 p { color: rgb(114,51,49); }

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

background-color css

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

 a { background-color: rgb(114,51,49); }

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

border-color css

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

 span { border-color: rgb(114,51,49); }

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