#C78338

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

Shades of Golden Bell #C78338

Tints of Golden Bell #C78338

Color information

#C78338 (or 0xC78338) is unknown color: approx Golden Bell. HEX triplet: C7, 83 and 38. RGB value is (199,131,56). Sum of RGB (Red+Green+Blue) = 199+131+56=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C78338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78338 is #387CC7. Grayscale: #8F8F8F. Windows color (decimal): -3701960 or 3703751. OLE color: 3703751.

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

Color convert

RGB19913156-
CMYK00.340.720.22
HSL31.47º56.08%50%-
HSV(B)31.47º71.86%78.04%-
XYZ32.3828.667.57-
YUV142.7879.03168.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 56 (22.27% from 255) = 14.51%
R=51.55%
G=33.94%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991315600.340.720.2231.4756.0850
HexC7833802248161f3832
Octal3072037004211026377062
Binary1100011110000011111000010001010010001011011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78338; }

 p { color: rgb(199,131,56); }

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

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

 a { background-color: rgb(199,131,56); }

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

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

 span { border-color: rgb(199,131,56); }

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