#784341

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

Shades of Bole #784341

Tints of Bole #784341

Color information

#784341 (or 0x784341) is unknown color: approx Bole. HEX triplet: 78, 43 and 41. RGB value is (120,67,65). Sum of RGB (Red+Green+Blue) = 120+67+65=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #784341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784341 is #87BCBE. Grayscale: #525252. Windows color (decimal): -8895679 or 4277112. OLE color: 4277112.

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

Color convert

RGB1206765-
CMYK00.440.460.53
HSL2.18º29.73%36.27%-
HSV(B)2.18º45.83%47.06%-
XYZ10.718.396.06-
YUV82.62118.06154.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=47.62%
G=26.59%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120676500.440.460.532.1829.7336.27
Hex78434102C2E3521e24
Octal170103101054566523644
Binary11110001000011100000101011001011101101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784341; }

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

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

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

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

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

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

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

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