#B75A39

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

Shades of Smoke Tree #B75A39

Tints of Smoke Tree #B75A39

Color information

#B75A39 (or 0xB75A39) is unknown color: approx Smoke Tree. HEX triplet: B7, 5A and 39. RGB value is (183,90,57). Sum of RGB (Red+Green+Blue) = 183+90+57=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A39 is #48A5C6. Grayscale: #727272. Windows color (decimal): -4761031 or 3758775. OLE color: 3758775.

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

Color convert

RGB1839057-
CMYK00.510.690.28
HSL15.71º52.5%47.06%-
HSV(B)15.71º68.85%71.76%-
XYZ23.9217.686.02-
YUV114.0495.81177.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=55.45%
G=27.27%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183905700.510.690.2815.7152.547.06
HexB75A39033451C10352f
Octal2671327106310534206557
Binary101101111011010111001011001110001011110010000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A39; }

 p { color: rgb(183,90,57); }

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

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

 a { background-color: rgb(183,90,57); }

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

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

 span { border-color: rgb(183,90,57); }

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