#B39346

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

Shades of Roti #B39346

Tints of Roti #B39346

Color information

#B39346 (or 0xB39346) is unknown color: approx Roti. HEX triplet: B3, 93 and 46. RGB value is (179,147,70). Sum of RGB (Red+Green+Blue) = 179+147+70=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B39346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39346 is #4C6CB9. Grayscale: #949494. Windows color (decimal): -5008570 or 4625331. OLE color: 4625331.

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

Color convert

RGB17914770-
CMYK00.180.610.30
HSL42.39º43.78%48.82%-
HSV(B)42.39º60.89%70.2%-
XYZ30.1330.8910.17-
YUV147.7984.1150.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=45.20%
G=37.12%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791477000.180.610.3042.3943.7848.82
HexB393460123D1E2a2c31
Octal2632231060227536525461
Binary1011001110010011100011001001011110111110101010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39346; }

 p { color: rgb(179,147,70); }

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

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

 a { background-color: rgb(179,147,70); }

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

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

 span { border-color: rgb(179,147,70); }

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