#784438

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

Shades of Bole #784438

Tints of Bole #784438

Color information

#784438 (or 0x784438) is unknown color: approx Bole. HEX triplet: 78, 44 and 38. RGB value is (120,68,56). Sum of RGB (Red+Green+Blue) = 120+68+56=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #784438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784438 is #87BBC7. Grayscale: #525252. Windows color (decimal): -8895432 or 3687544. OLE color: 3687544.

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

Color convert

RGB1206856-
CMYK00.430.530.53
HSL11.25º36.36%34.51%-
HSV(B)11.25º53.33%47.06%-
XYZ10.538.414.81-
YUV82.18113.23154.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=49.18%
G=27.87%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120685600.430.530.5311.2536.3634.51
Hex78443802B3535b2423
Octal170104700536565134443
Binary1111000100010011100001010111101011101011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784438; }

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

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

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

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

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

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

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

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