#784641

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

Shades of Bole #784641

Tints of Bole #784641

Color information

#784641 (or 0x784641) is unknown color: approx Bole. HEX triplet: 78, 46 and 41. RGB value is (120,70,65). Sum of RGB (Red+Green+Blue) = 120+70+65=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #784641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784641 is #87B9BE. Grayscale: #545454. Windows color (decimal): -8894911 or 4277880. OLE color: 4277880.

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

Color convert

RGB1207065-
CMYK00.420.460.53
HSL5.45º29.73%36.27%-
HSV(B)5.45º45.83%47.06%-
XYZ10.898.766.12-
YUV84.38117.06153.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=47.06%
G=27.45%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120706500.420.460.535.4529.7336.27
Hex78464102A2E3551e24
Octal170106101052566553644
Binary111100010001101000001010101010111011010110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784641; }

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

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

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

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

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

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

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

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