#C78836

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

Shades of Golden Bell #C78836

Tints of Golden Bell #C78836

Color information

#C78836 (or 0xC78836) is unknown color: approx Golden Bell. HEX triplet: C7, 88 and 36. RGB value is (199,136,54). Sum of RGB (Red+Green+Blue) = 199+136+54=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C78836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78836 is #3877C9. Grayscale: #919191. Windows color (decimal): -3700682 or 3573959. OLE color: 3573959.

HSL color Cylindrical-coordinate representation of color #C78836: hue angle of 33.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C78836 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19913654-
CMYK00.320.730.22
HSL33.93º57.31%49.61%-
HSV(B)33.93º72.86%78.04%-
XYZ33.0230.027.54-
YUV145.4976.37166.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 54 (21.48% from 255) = 13.88%
R=51.16%
G=34.96%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991365400.320.730.2233.9357.3149.61
HexC788360204916223932
Octal3072106604011126427162
Binary11000111100010001101100100000100100110110100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78836; }

 p { color: rgb(199,136,54); }

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

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

 a { background-color: rgb(199,136,54); }

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

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

 span { border-color: rgb(199,136,54); }

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