Html Css Color HEX #723129 Auburn

📋 copy color: '#723129'

red 114 ◦ green 49 ◦ blue 41

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

Shades of Auburn #723129

Tints of Auburn #723129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

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

R = 55.88%
G = 24.02%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#723129 (or 0x723129) is known color: Auburn. HEX triplet: 72, 31 and 29. RGB value is (114,49,41). Sum of RGB (Red+Green+Blue) = 114+49+41=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #723129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723129 is #8DCED6. Grayscale: #434343. Windows color (decimal): -9293527 or 2699634. OLE color: 2699634.

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

Color convert

RGB 114 49 41 -
CMYK 0 0.57 0.64 0.55
HSL 6.58º 0.47% 0.3% -
HSV(B) 6.58º 0.64% 0.45% -
XYZ 8.44 5.93 2.8 -
YUV 67.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 114 49 41 0 0.57 0.64 0.55 6.58 0.47 0.3
Hex 72 31 29 0 39 40 37 7 2F 1E
Octal 162 61 51 0 71 100 67 7 57 36
Binary 1110010 110001 101001 0 111001 1000000 110111 111 101111 11110

Color Harmonies of #723129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723129

Black with #723129

Text Example


Text Example

White with #723129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723129; }

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

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

background-color css

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

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

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

border-color css

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

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

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