#B75E32

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

Shades of Smoke Tree #B75E32

Tints of Smoke Tree #B75E32

Color information

#B75E32 (or 0xB75E32) is unknown color: approx Smoke Tree. HEX triplet: B7, 5E and 32. RGB value is (183,94,50). Sum of RGB (Red+Green+Blue) = 183+94+50=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E32 is #48A1CD. Grayscale: #737373. Windows color (decimal): -4760014 or 3301047. OLE color: 3301047.

HSL color Cylindrical-coordinate representation of color #B75E32: hue angle of 19.85º 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 #B75E32 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1839450-
CMYK00.490.730.28
HSL19.85º57.08%45.69%-
HSV(B)19.85º72.68%71.76%-
XYZ24.1118.35.28-
YUV115.690.99176.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 50 (19.92% from 255) = 15.29%
R=55.96%
G=28.75%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183945000.490.730.2819.8557.0845.69
HexB75E32031491C14392e
Octal2671366206111134247156
Binary101101111011110110010011000110010011110010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E32; }

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

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

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

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

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

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

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

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