Html Css Color HEX #723431 Auburn

📋 copy color: '#723431'

red 114 ◦ green 52 ◦ blue 49

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

Shades of Auburn #723431

Tints of Auburn #723431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

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

R = 53.02%
G = 24.19%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#723431 (or 0x723431) is known color: Auburn. HEX triplet: 72, 34 and 31. RGB value is (114,52,49). Sum of RGB (Red+Green+Blue) = 114+52+49=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #723431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723431 is #8DCBCE. Grayscale: #464646. Windows color (decimal): -9292751 or 3224690. OLE color: 3224690.

HSL color Cylindrical-coordinate representation of color #723431: hue angle of 2.77º 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 #723431 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 52 49 -
CMYK 0 0.54 0.57 0.55
HSL 2.77º 0.4% 0.32% -
HSV(B) 2.77º 0.57% 0.45% -
XYZ 8.72 6.26 3.65 -
YUV 70.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 114 52 49 0 0.54 0.57 0.55 2.77 0.4 0.32
Hex 72 34 31 0 36 39 37 3 28 20
Octal 162 64 61 0 66 71 67 3 50 40
Binary 1110010 110100 110001 0 110110 111001 110111 11 101000 100000

Color Harmonies of #723431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723431

Black with #723431

Text Example


Text Example

White with #723431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723431; }

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

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

background-color css

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

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

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

border-color css

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

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

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