#784441

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

Shades of Bole #784441

Tints of Bole #784441

Color information

#784441 (or 0x784441) is unknown color: approx Bole. HEX triplet: 78, 44 and 41. RGB value is (120,68,65). Sum of RGB (Red+Green+Blue) = 120+68+65=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #784441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784441 is #87BBBE. Grayscale: #535353. Windows color (decimal): -8895423 or 4277368. OLE color: 4277368.

HSL color Cylindrical-coordinate representation of color #784441: hue angle of 3.27º 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 #784441 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1206865-
CMYK00.430.460.53
HSL3.27º29.73%36.27%-
HSV(B)3.27º45.83%47.06%-
XYZ10.778.516.08-
YUV83.21117.73154.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=47.43%
G=26.88%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120686500.430.460.533.2729.7336.27
Hex78444102B2E3531e24
Octal170104101053566533644
Binary11110001000100100000101010111011101101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784441; }

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

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

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

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

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

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

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

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