#784136

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

Shades of Bole #784136

Tints of Bole #784136

Color information

#784136 (or 0x784136) is unknown color: approx Bole. HEX triplet: 78, 41 and 36. RGB value is (120,65,54). Sum of RGB (Red+Green+Blue) = 120+65+54=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #784136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784136 is #87BEC9. Grayscale: #505050. Windows color (decimal): -8896202 or 3555704. OLE color: 3555704.

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

Color convert

RGB1206554-
CMYK00.460.550.53
HSL10º37.93%34.12%-
HSV(B)10º55%47.06%-
XYZ10.38.044.5-
YUV80.19113.22156.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=50.21%
G=27.20%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120655400.460.550.531037.9334.12
Hex78413602E3735a2622
Octal170101660566765124642
Binary1111000100000111011001011101101111101011010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784136; }

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

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

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

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

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

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

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

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