#b75d38

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

Shades of Smoke Tree #B75D38

Tints of Smoke Tree #B75D38

Color information

#B75D38 (or 0xB75D38) is unknown color: approx Smoke Tree. HEX triplet: B7, 5D and 38. RGB value is (183,93,56). Sum of RGB (Red+Green+Blue) = 183+93+56=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D38 is #48A2C7. Grayscale: #737373. Windows color (decimal): -4760264 or 3694007. OLE color: 3694007.

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

Color convert

RGB1839356-
CMYK00.490.690.28
HSL17.48º53.14%46.86%-
HSV(B)17.48º69.4%71.76%-
XYZ24.1618.185.98-
YUV115.6994.32176.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=55.12%
G=28.01%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183935600.490.690.2817.4853.1446.86
HexB75D38031451C11352f
Octal2671357006110534216557
Binary101101111011101111000011000110001011110010001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75d38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75d38; }

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

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

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

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

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

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

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

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