#b76131

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

Shades of Smoke Tree #B76131

Tints of Smoke Tree #B76131

Color information

#B76131 (or 0xB76131) is unknown color: approx Smoke Tree. HEX triplet: B7, 61 and 31. RGB value is (183,97,49). Sum of RGB (Red+Green+Blue) = 183+97+49=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B76131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76131 is #489ECE. Grayscale: #757575. Windows color (decimal): -4759247 or 3236279. OLE color: 3236279.

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

Color convert

RGB1839749-
CMYK00.470.730.28
HSL21.49º57.76%45.49%-
HSV(B)21.49º73.22%71.76%-
XYZ24.3618.845.26-
YUV117.2489.49174.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=55.62%
G=29.48%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183974900.470.730.2821.4957.7645.49
HexB7613102F491C153a2d
Octal2671416105711134257255
Binary101101111100001110001010111110010011110010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76131; }

 p { color: rgb(183,97,49); }

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

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

 a { background-color: rgb(183,97,49); }

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

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

 span { border-color: rgb(183,97,49); }

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