#784941

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

Shades of Bole #784941

Tints of Bole #784941

Color information

#784941 (or 0x784941) is unknown color: approx Bole. HEX triplet: 78, 49 and 41. RGB value is (120,73,65). Sum of RGB (Red+Green+Blue) = 120+73+65=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #784941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784941 is #87B6BE. Grayscale: #565656. Windows color (decimal): -8894143 or 4278648. OLE color: 4278648.

HSL color Cylindrical-coordinate representation of color #784941: hue angle of 8.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784941 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1207365-
CMYK00.390.460.53
HSL8.73º29.73%36.27%-
HSV(B)8.73º45.83%47.06%-
XYZ11.089.146.18-
YUV86.14116.07152.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=46.51%
G=28.29%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120736500.390.460.538.7329.7336.27
Hex7849410272E3591e24
Octal1701111010475665113644
Binary1111000100100110000010100111101110110101100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784941; }

 p { color: rgb(120,73,65); }

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

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

 a { background-color: rgb(120,73,65); }

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

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

 span { border-color: rgb(120,73,65); }

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