#B75F32

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

Shades of Smoke Tree #B75F32

Tints of Smoke Tree #B75F32

Color information

#B75F32 (or 0xB75F32) is unknown color: approx Smoke Tree. HEX triplet: B7, 5F and 32. RGB value is (183,95,50). Sum of RGB (Red+Green+Blue) = 183+95+50=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F32 is #48A0CD. Grayscale: #747474. Windows color (decimal): -4759758 or 3301303. OLE color: 3301303.

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

Color convert

RGB1839550-
CMYK00.480.730.28
HSL20.3º57.08%45.69%-
HSV(B)20.3º72.68%71.76%-
XYZ24.218.485.31-
YUV116.1890.65175.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 50 (19.92% from 255) = 15.24%
R=55.79%
G=28.96%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183955000.480.730.2820.357.0845.69
HexB75F32030491C14392e
Octal2671376206011134247156
Binary101101111011111110010011000010010011110010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F32; }

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

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

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

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

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

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

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

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