Html Css Color HEX #725D47 Tobacco Brown

📋 copy color: '#725D47'

red 114 ◦ green 93 ◦ blue 71

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

Shades of Tobacco Brown #725D47

Tints of Tobacco Brown #725D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 71 (28.13% from 255) = 25.54%

R = 41.01%
G = 33.45%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#725D47 (or 0x725D47) is known color: Tobacco Brown. HEX triplet: 72, 5D and 47. RGB value is (114,93,71). Sum of RGB (Red+Green+Blue) = 114+93+71=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #725D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D47 is #8DA2B8. Grayscale: #606060. Windows color (decimal): -9282233 or 4676978. OLE color: 4676978.

HSL color Cylindrical-coordinate representation of color #725D47: hue angle of 30.7º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #725D47 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 93 71 -
CMYK 0 0.18 0.38 0.55
HSL 30.7º 0.23% 0.36% -
HSV(B) 30.7º 0.38% 0.45% -
XYZ 11.99 11.86 7.62 -
YUV 96.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 114 93 71 0 0.18 0.38 0.55 30.7 0.23 0.36
Hex 72 5D 47 0 12 26 37 1F 17 24
Octal 162 135 107 0 22 46 67 37 27 44
Binary 1110010 1011101 1000111 0 10010 100110 110111 11111 10111 100100

Color Harmonies of #725D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725D47

Black with #725D47

Text Example


Text Example

White with #725D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725D47; }

 p { color: rgb(114,93,71); }

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

background-color css

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

 a { background-color: rgb(114,93,71); }

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

border-color css

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

 span { border-color: rgb(114,93,71); }

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