#B75F34

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

Shades of Smoke Tree #B75F34

Tints of Smoke Tree #B75F34

Color information

#B75F34 (or 0xB75F34) is unknown color: approx Smoke Tree. HEX triplet: B7, 5F and 34. RGB value is (183,95,52). Sum of RGB (Red+Green+Blue) = 183+95+52=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F34 is #48A0CB. Grayscale: #747474. Windows color (decimal): -4759756 or 3432375. OLE color: 3432375.

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

Color convert

RGB1839552-
CMYK00.480.720.28
HSL19.69º55.74%46.08%-
HSV(B)19.69º71.58%71.76%-
XYZ24.2418.55.54-
YUV116.4191.65175.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 52 (20.70% from 255) = 15.76%
R=55.45%
G=28.79%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183955200.480.720.2819.6955.7446.08
HexB75F34030481C14382e
Octal2671376406011034247056
Binary101101111011111110100011000010010001110010100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F34; }

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

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

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

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

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

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

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

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