#B39542

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

Shades of Roti #B39542

Tints of Roti #B39542

Color information

#B39542 (or 0xB39542) is unknown color: approx Roti. HEX triplet: B3, 95 and 42. RGB value is (179,149,66). Sum of RGB (Red+Green+Blue) = 179+149+66=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B39542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39542 is #4C6ABD. Grayscale: #949494. Windows color (decimal): -5008062 or 4363699. OLE color: 4363699.

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

Color convert

RGB17914966-
CMYK00.170.630.30
HSL44.07º46.12%48.04%-
HSV(B)44.07º63.13%70.2%-
XYZ30.3231.479.63-
YUV148.5181.44149.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 66 (26.17% from 255) = 16.75%
R=45.43%
G=37.82%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791496600.170.630.3044.0746.1248.04
HexB395420113F1E2c2e30
Octal2632251020217736545660
Binary1011001110010101100001001000111111111110101100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39542; }

 p { color: rgb(179,149,66); }

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

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

 a { background-color: rgb(179,149,66); }

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

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

 span { border-color: rgb(179,149,66); }

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