#B39939

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

Shades of Roti #B39939

Tints of Roti #B39939

Color information

#B39939 (or 0xB39939) is unknown color: approx Roti. HEX triplet: B3, 99 and 39. RGB value is (179,153,57). Sum of RGB (Red+Green+Blue) = 179+153+57=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B39939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39939 is #4C66C6. Grayscale: #969696. Windows color (decimal): -5007047 or 3774899. OLE color: 3774899.

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

Color convert

RGB17915357-
CMYK00.150.680.30
HSL47.21º51.69%46.27%-
HSV(B)47.21º68.16%70.2%-
XYZ30.7232.668.56-
YUV149.8375.61148.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 57 (22.66% from 255) = 14.65%
R=46.02%
G=39.33%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791535700.150.680.3047.2151.6946.27
HexB399390F441E2f342e
Octal2632317101710436576456
Binary101100111001100111100101111100010011110101111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39939; }

 p { color: rgb(179,153,57); }

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

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

 a { background-color: rgb(179,153,57); }

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

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

 span { border-color: rgb(179,153,57); }

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