#B36541

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

Shades of Tuscany #B36541

Tints of Tuscany #B36541

Color information

#B36541 (or 0xB36541) is unknown color: approx Tuscany. HEX triplet: B3, 65 and 41. RGB value is (179,101,65). Sum of RGB (Red+Green+Blue) = 179+101+65=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B36541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36541 is #4C9ABE. Grayscale: #787878. Windows color (decimal): -5020351 or 4285875. OLE color: 4285875.

HSL color Cylindrical-coordinate representation of color #B36541: hue angle of 18.95º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B36541 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17910165-
CMYK00.440.640.30
HSL18.95º46.72%47.84%-
HSV(B)18.95º63.69%70.2%-
XYZ24.219.277.45-
YUV120.2296.84169.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 65 (25.78% from 255) = 18.84%
R=51.88%
G=29.28%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791016500.440.640.3018.9546.7247.84
HexB3654102C401E132f30
Octal26314510105410036235760
Binary1011001111001011000001010110010000001111010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36541; }

 p { color: rgb(179,101,65); }

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

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

 a { background-color: rgb(179,101,65); }

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

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

 span { border-color: rgb(179,101,65); }

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