Html Css Color HEX #725946 Tobacco Brown

📋 copy color: '#725946'

red 114 ◦ green 89 ◦ blue 70

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

Shades of Tobacco Brown #725946

Tints of Tobacco Brown #725946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 41.76%
G = 32.6%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#725946 (or 0x725946) is known color: Tobacco Brown. HEX triplet: 72, 59 and 46. RGB value is (114,89,70). Sum of RGB (Red+Green+Blue) = 114+89+70=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #725946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725946 is #8DA6B9. Grayscale: #5E5E5E. Windows color (decimal): -9283258 or 4610418. OLE color: 4610418.

HSL color Cylindrical-coordinate representation of color #725946: hue angle of 25.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725946 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 89 70 -
CMYK 0 0.22 0.39 0.55
HSL 25.91º 0.24% 0.36% -
HSV(B) 25.91º 0.39% 0.45% -
XYZ 11.62 11.16 7.34 -
YUV 94.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 114 89 70 0 0.22 0.39 0.55 25.91 0.24 0.36
Hex 72 59 46 0 16 27 37 1A 18 24
Octal 162 131 106 0 26 47 67 32 30 44
Binary 1110010 1011001 1000110 0 10110 100111 110111 11010 11000 100100

Color Harmonies of #725946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725946

Black with #725946

Text Example


Text Example

White with #725946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725946; }

 p { color: rgb(114,89,70); }

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

background-color css

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

 a { background-color: rgb(114,89,70); }

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

border-color css

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

 span { border-color: rgb(114,89,70); }

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