#B49339

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

Shades of Roti #B49339

Tints of Roti #B49339

Color information

#B49339 (or 0xB49339) is unknown color: approx Roti. HEX triplet: B4, 93 and 39. RGB value is (180,147,57). Sum of RGB (Red+Green+Blue) = 180+147+57=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B49339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49339 is #4B6CC6. Grayscale: #939393. Windows color (decimal): -4943047 or 3773364. OLE color: 3773364.

HSL color Cylindrical-coordinate representation of color #B49339: hue angle of 43.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B49339 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18014757-
CMYK00.180.680.29
HSL43.9º51.9%46.47%-
HSV(B)43.9º68.33%70.59%-
XYZ29.9930.878.25-
YUV146.6177.43151.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=46.88%
G=38.28%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801475700.180.680.2943.951.946.47
HexB49339012441D2c342e
Octal2642237102210435546456
Binary1011010010010011111001010010100010011101101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49339; }

 p { color: rgb(180,147,57); }

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

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

 a { background-color: rgb(180,147,57); }

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

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

 span { border-color: rgb(180,147,57); }

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