#B39639

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

Shades of Roti #B39639

Tints of Roti #B39639

Color information

#B39639 (or 0xB39639) is unknown color: approx Roti. HEX triplet: B3, 96 and 39. RGB value is (179,150,57). Sum of RGB (Red+Green+Blue) = 179+150+57=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B39639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39639 is #4C69C6. Grayscale: #949494. Windows color (decimal): -5007815 or 3774131. OLE color: 3774131.

HSL color Cylindrical-coordinate representation of color #B39639: hue angle of 45.74º 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 #B39639 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17915057-
CMYK00.160.680.30
HSL45.74º51.69%46.27%-
HSV(B)45.74º68.16%70.2%-
XYZ30.2431.698.39-
YUV148.0776.61150.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=46.37%
G=38.86%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791505700.160.680.3045.7451.6946.27
HexB39639010441E2e342e
Octal2632267102010436566456
Binary1011001110010110111001010000100010011110101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39639; }

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

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

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

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

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

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

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

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