#C78239

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

Shades of Golden Bell #C78239

Tints of Golden Bell #C78239

Color information

#C78239 (or 0xC78239) is unknown color: approx Golden Bell. HEX triplet: C7, 82 and 39. RGB value is (199,130,57). Sum of RGB (Red+Green+Blue) = 199+130+57=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C78239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78239 is #387DC6. Grayscale: #8E8E8E. Windows color (decimal): -3702215 or 3769031. OLE color: 3769031.

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

Color convert

RGB19913057-
CMYK00.350.710.22
HSL30.85º55.91%50.2%-
HSV(B)30.85º71.36%78.04%-
XYZ32.2728.47.65-
YUV142.3179.86168.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=51.55%
G=33.68%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991305700.350.710.2230.8555.9150.2
HexC7823902347161f3832
Octal3072027104310726377062
Binary1100011110000010111001010001110001111011011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78239; }

 p { color: rgb(199,130,57); }

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

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

 a { background-color: rgb(199,130,57); }

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

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

 span { border-color: rgb(199,130,57); }

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