Html Css Color HEX #723130 Auburn

📋 copy color: '#723130'

red 114 ◦ green 49 ◦ blue 48

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

Shades of Auburn #723130

Tints of Auburn #723130

RGB

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

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

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

R = 54.03%
G = 23.22%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#723130 (or 0x723130) is known color: Auburn. HEX triplet: 72, 31 and 30. RGB value is (114,49,48). Sum of RGB (Red+Green+Blue) = 114+49+48=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #723130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723130 is #8DCECF. Grayscale: #444444. Windows color (decimal): -9293520 or 3158386. OLE color: 3158386.

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

Color convert

RGB 114 49 48 -
CMYK 0 0.57 0.58 0.55
HSL 0.91º 0.41% 0.32% -
HSV(B) 0.91º 0.58% 0.45% -
XYZ 8.57 5.99 3.5 -
YUV 68.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 114 49 48 0 0.57 0.58 0.55 0.91 0.41 0.32
Hex 72 31 30 0 39 3A 37 1 29 20
Octal 162 61 60 0 71 72 67 1 51 40
Binary 1110010 110001 110000 0 111001 111010 110111 1 101001 100000

Color Harmonies of #723130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723130

Black with #723130

Text Example


Text Example

White with #723130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723130; }

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

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

background-color css

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

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

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

border-color css

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

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

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