#B75A3A

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

Shades of Smoke Tree #B75A3A

Tints of Smoke Tree #B75A3A

Color information

#B75A3A (or 0xB75A3A) is unknown color: approx Smoke Tree. HEX triplet: B7, 5A and 3A. RGB value is (183,90,58). Sum of RGB (Red+Green+Blue) = 183+90+58=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A3A is #48A5C5. Grayscale: #727272. Windows color (decimal): -4761030 or 3824311. OLE color: 3824311.

HSL color Cylindrical-coordinate representation of color #B75A3A: hue angle of 15.36º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B75A3A is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1839058-
CMYK00.510.680.28
HSL15.36º51.87%47.25%-
HSV(B)15.36º68.31%71.76%-
XYZ23.9517.696.15-
YUV114.1696.31177.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=55.29%
G=27.19%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183905800.510.680.2815.3651.8747.25
HexB75A3A033441Cf342f
Octal2671327206310434176457
Binary10110111101101011101001100111000100111001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A3A; }

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

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

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

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

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

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

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

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