Html Css Color HEX #725B42 Tobacco Brown

📋 copy color: '#725B42'

red 114 ◦ green 91 ◦ blue 66

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

Shades of Tobacco Brown #725B42

Tints of Tobacco Brown #725B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 42.07%
G = 33.58%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#725B42 (or 0x725B42) is known color: Tobacco Brown. HEX triplet: 72, 5B and 42. RGB value is (114,91,66). Sum of RGB (Red+Green+Blue) = 114+91+66=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #725B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B42 is #8DA4BD. Grayscale: #5F5F5F. Windows color (decimal): -9282750 or 4348786. OLE color: 4348786.

HSL color Cylindrical-coordinate representation of color #725B42: hue angle of 31.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725B42 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 91 66 -
CMYK 0 0.20 0.42 0.55
HSL 31.25º 0.27% 0.35% -
HSV(B) 31.25º 0.42% 0.45% -
XYZ 11.66 11.45 6.75 -
YUV 95.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 114 91 66 0 0.20 0.42 0.55 31.25 0.27 0.35
Hex 72 5B 42 0 14 2A 37 1F 1B 23
Octal 162 133 102 0 24 52 67 37 33 43
Binary 1110010 1011011 1000010 0 10100 101010 110111 11111 11011 100011

Color Harmonies of #725B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B42

Black with #725B42

Text Example


Text Example

White with #725B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,91,66); }

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

background-color css

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

 a { background-color: rgb(114,91,66); }

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

border-color css

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

 span { border-color: rgb(114,91,66); }

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