#B76032

Color #B76032 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B76032

Tints of Smoke Tree #B76032

Color information

#B76032 (or 0xB76032) is unknown color: approx Smoke Tree. HEX triplet: B7, 60 and 32. RGB value is (183,96,50). Sum of RGB (Red+Green+Blue) = 183+96+50=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B76032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76032 is #489FCD. Grayscale: #757575. Windows color (decimal): -4759502 or 3301559. OLE color: 3301559.

HSL color Cylindrical-coordinate representation of color #B76032: hue angle of 20.75º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B76032 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1839650-
CMYK00.480.730.28
HSL20.75º57.08%45.69%-
HSV(B)20.75º72.68%71.76%-
XYZ24.2918.665.34-
YUV116.7790.32175.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 50 (19.92% from 255) = 15.20%
R=55.62%
G=29.18%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183965000.480.730.2820.7557.0845.69
HexB76032030491C15392e
Octal2671406206011134257156
Binary101101111100000110010011000010010011110010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76032; }

 p { color: rgb(183,96,50); }

 H1.HeaderClassName
 {
   color: #B76032;
 }
 .AnyTagClassName
 {
   color: #B76032;
 }
</style>
background-color css

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

 a { background-color: rgb(183,96,50); }

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

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

 span { border-color: rgb(183,96,50); }

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