#B39545

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

Shades of Roti #B39545

Tints of Roti #B39545

Color information

#B39545 (or 0xB39545) is unknown color: approx Roti. HEX triplet: B3, 95 and 45. RGB value is (179,149,69). Sum of RGB (Red+Green+Blue) = 179+149+69=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B39545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39545 is #4C6ABA. Grayscale: #959595. Windows color (decimal): -5008059 or 4560307. OLE color: 4560307.

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

Color convert

RGB17914969-
CMYK00.170.610.30
HSL43.64º44.35%48.63%-
HSV(B)43.64º61.45%70.2%-
XYZ30.4131.5110.11-
YUV148.8582.94149.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=45.09%
G=37.53%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791496900.170.610.3043.6444.3548.63
HexB395450113D1E2c2c31
Octal2632251050217536545461
Binary1011001110010101100010101000111110111110101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39545; }

 p { color: rgb(179,149,69); }

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

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

 a { background-color: rgb(179,149,69); }

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

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

 span { border-color: rgb(179,149,69); }

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