#C77C36

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

Shades of Golden Bell #C77C36

Tints of Golden Bell #C77C36

Color information

#C77C36 (or 0xC77C36) is unknown color: approx Golden Bell. HEX triplet: C7, 7C and 36. RGB value is (199,124,54). Sum of RGB (Red+Green+Blue) = 199+124+54=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C36 is #3883C9. Grayscale: #8A8A8A. Windows color (decimal): -3703754 or 3570887. OLE color: 3570887.

HSL color Cylindrical-coordinate representation of color #C77C36: hue angle of 28.97º 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 #C77C36 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19912454-
CMYK00.380.730.22
HSL28.97º57.31%49.61%-
HSV(B)28.97º72.86%78.04%-
XYZ31.4326.827.01-
YUV138.4480.35171.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.79%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 54 (21.48% from 255) = 14.32%
R=52.79%
G=32.89%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991245400.380.730.2228.9757.3149.61
HexC77C3602649161d3932
Octal3071746604611126357162
Binary110001111111100110110010011010010011011011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77C36; }

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

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

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

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

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

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

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

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