Html Css Color HEX #725B3F Tobacco Brown

📋 copy color: '#725B3F'

red 114 ◦ green 91 ◦ blue 63

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

Shades of Tobacco Brown #725B3F

Tints of Tobacco Brown #725B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 42.54%
G = 33.96%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#725B3F (or 0x725B3F) is known color: Tobacco Brown. HEX triplet: 72, 5B and 3F. RGB value is (114,91,63). Sum of RGB (Red+Green+Blue) = 114+91+63=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B3F is #8DA4C0. Grayscale: #5E5E5E. Windows color (decimal): -9282753 or 4152178. OLE color: 4152178.

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

Color convert

RGB 114 91 63 -
CMYK 0 0.20 0.45 0.55
HSL 32.94º 0.29% 0.35% -
HSV(B) 32.94º 0.45% 0.45% -
XYZ 11.58 11.42 6.3 -
YUV 94.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 114 91 63 0 0.20 0.45 0.55 32.94 0.29 0.35
Hex 72 5B 3F 0 14 2D 37 21 1D 23
Octal 162 133 77 0 24 55 67 41 35 43
Binary 1110010 1011011 111111 0 10100 101101 110111 100001 11101 100011

Color Harmonies of #725B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B3F

Black with #725B3F

Text Example


Text Example

White with #725B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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