#B59941

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

Shades of Roti #B59941

Tints of Roti #B59941

Color information

#B59941 (or 0xB59941) is unknown color: approx Roti. HEX triplet: B5, 99 and 41. RGB value is (181,153,65). Sum of RGB (Red+Green+Blue) = 181+153+65=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B59941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59941 is #4A66BE. Grayscale: #979797. Windows color (decimal): -4875967 or 4299189. OLE color: 4299189.

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

Color convert

RGB18115365-
CMYK00.150.640.29
HSL45.52º47.15%48.24%-
HSV(B)45.52º64.09%70.98%-
XYZ31.432.999.71-
YUV151.3479.28149.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=45.36%
G=38.35%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811536500.150.640.2945.5247.1548.24
HexB599410F401D2e2f30
Octal26523110101710035565760
Binary1011010110011001100000101111100000011101101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59941; }

 p { color: rgb(181,153,65); }

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

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

 a { background-color: rgb(181,153,65); }

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

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

 span { border-color: rgb(181,153,65); }

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