#B75F38

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

Shades of Smoke Tree #B75F38

Tints of Smoke Tree #B75F38

Color information

#B75F38 (or 0xB75F38) is unknown color: approx Smoke Tree. HEX triplet: B7, 5F and 38. RGB value is (183,95,56). Sum of RGB (Red+Green+Blue) = 183+95+56=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F38 is #48A0C7. Grayscale: #757575. Windows color (decimal): -4759752 or 3694519. OLE color: 3694519.

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

Color convert

RGB1839556-
CMYK00.480.690.28
HSL18.43º53.14%46.86%-
HSV(B)18.43º69.4%71.76%-
XYZ24.3318.546.04-
YUV116.8793.65175.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 56 (22.27% from 255) = 16.77%
R=54.79%
G=28.44%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183955600.480.690.2818.4353.1446.86
HexB75F38030451C12352f
Octal2671377006010534226557
Binary101101111011111111000011000010001011110010010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F38; }

 p { color: rgb(183,95,56); }

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

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

 a { background-color: rgb(183,95,56); }

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

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

 span { border-color: rgb(183,95,56); }

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