Html Css Color HEX #723230 Auburn

📋 copy color: '#723230'

red 114 ◦ green 50 ◦ blue 48

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

Shades of Auburn #723230

Tints of Auburn #723230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 53.77%
G = 23.58%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#723230 (or 0x723230) is known color: Auburn. HEX triplet: 72, 32 and 30. RGB value is (114,50,48). Sum of RGB (Red+Green+Blue) = 114+50+48=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #723230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723230 is #8DCDCF. Grayscale: #444444. Windows color (decimal): -9293264 or 3158642. OLE color: 3158642.

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

Color convert

RGB 114 50 48 -
CMYK 0 0.56 0.58 0.55
HSL 1.82º 0.41% 0.32% -
HSV(B) 1.82º 0.58% 0.45% -
XYZ 8.61 6.07 3.51 -
YUV 68.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 114 50 48 0 0.56 0.58 0.55 1.82 0.41 0.32
Hex 72 32 30 0 38 3A 37 2 29 20
Octal 162 62 60 0 70 72 67 2 51 40
Binary 1110010 110010 110000 0 111000 111010 110111 10 101001 100000

Color Harmonies of #723230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723230

Black with #723230

Text Example


Text Example

White with #723230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723230; }

 p { color: rgb(114,50,48); }

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

background-color css

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

 a { background-color: rgb(114,50,48); }

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

border-color css

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

 span { border-color: rgb(114,50,48); }

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