#B75D3D

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

Shades of Smoke Tree #B75D3D

Tints of Smoke Tree #B75D3D

Color information

#B75D3D (or 0xB75D3D) is unknown color: approx Smoke Tree. HEX triplet: B7, 5D and 3D. RGB value is (183,93,61). Sum of RGB (Red+Green+Blue) = 183+93+61=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D3D is #48A2C2. Grayscale: #747474. Windows color (decimal): -4760259 or 4021687. OLE color: 4021687.

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

Color convert

RGB1839361-
CMYK00.490.670.28
HSL15.74º50%47.84%-
HSV(B)15.74º66.67%71.76%-
XYZ24.2918.236.65-
YUV116.2696.82175.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=54.30%
G=27.60%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183936100.490.670.2815.745047.84
HexB75D3D031431C103230
Octal2671357506110334206260
Binary101101111011101111101011000110000111110010000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D3D; }

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

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

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

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

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

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

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

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