#784139

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

Shades of Bole #784139

Tints of Bole #784139

Color information

#784139 (or 0x784139) is unknown color: approx Bole. HEX triplet: 78, 41 and 39. RGB value is (120,65,57). Sum of RGB (Red+Green+Blue) = 120+65+57=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #784139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784139 is #87BEC6. Grayscale: #505050. Windows color (decimal): -8896199 or 3752312. OLE color: 3752312.

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

Color convert

RGB1206557-
CMYK00.460.520.53
HSL7.62º35.59%34.71%-
HSV(B)7.62º52.5%47.06%-
XYZ10.378.074.88-
YUV80.53114.72156.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=49.59%
G=26.86%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120655700.460.520.537.6235.5934.71
Hex78413902E343582423
Octal170101710566465104443
Binary1111000100000111100101011101101001101011000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784139; }

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

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

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

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

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

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

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

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