#B39745

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

Shades of Roti #B39745

Tints of Roti #B39745

Color information

#B39745 (or 0xB39745) is unknown color: approx Roti. HEX triplet: B3, 97 and 45. RGB value is (179,151,69). Sum of RGB (Red+Green+Blue) = 179+151+69=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B39745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39745 is #4C68BA. Grayscale: #969696. Windows color (decimal): -5007547 or 4560819. OLE color: 4560819.

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

Color convert

RGB17915169-
CMYK00.160.610.30
HSL44.73º44.35%48.63%-
HSV(B)44.73º61.45%70.2%-
XYZ30.7332.1510.22-
YUV150.0282.28148.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 69 (27.34% from 255) = 17.29%
R=44.86%
G=37.84%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791516900.160.610.3044.7344.3548.63
HexB397450103D1E2d2c31
Octal2632271050207536555461
Binary1011001110010111100010101000011110111110101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39745; }

 p { color: rgb(179,151,69); }

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

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

 a { background-color: rgb(179,151,69); }

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

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

 span { border-color: rgb(179,151,69); }

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