#784828

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

Shades of Bull Shot #784828

Tints of Bull Shot #784828

Color information

#784828 (or 0x784828) is unknown color: approx Bull Shot. HEX triplet: 78, 48 and 28. RGB value is (120,72,40). Sum of RGB (Red+Green+Blue) = 120+72+40=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #784828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784828 is #87B7D7. Grayscale: #525252. Windows color (decimal): -8894424 or 2639992. OLE color: 2639992.

HSL color Cylindrical-coordinate representation of color #784828: hue angle of 24º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #784828 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1207240-
CMYK00.400.670.53
HSL24º50%31.37%-
HSV(B)24º66.67%47.06%-
XYZ10.458.783.15-
YUV82.7103.9154.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=51.72%
G=31.03%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120724000.400.670.53245031.37
Hex784828028433518321f
Octal1701105005010365306237
Binary11110001001000101000010100010000111101011100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784828; }

 p { color: rgb(120,72,40); }

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

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

 a { background-color: rgb(120,72,40); }

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

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

 span { border-color: rgb(120,72,40); }

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