#C28138

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

Shades of Golden Bell #C28138

Tints of Golden Bell #C28138

Color information

#C28138 (or 0xC28138) is unknown color: approx Golden Bell. HEX triplet: C2, 81 and 38. RGB value is (194,129,56). Sum of RGB (Red+Green+Blue) = 194+129+56=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28138 is #3D7EC7. Grayscale: #8C8C8C. Windows color (decimal): -4030152 or 3703234. OLE color: 3703234.

HSL color Cylindrical-coordinate representation of color #C28138: hue angle of 31.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C28138 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19412956-
CMYK00.340.710.24
HSL31.74º55.2%49.02%-
HSV(B)31.74º71.13%76.08%-
XYZ30.8127.467.42-
YUV140.1180.53166.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=51.19%
G=34.04%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941295600.340.710.2431.7455.249.02
HexC281380224718203731
Octal3022017004210730406761
Binary11000010100000011110000100010100011111000100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28138; }

 p { color: rgb(194,129,56); }

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

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

 a { background-color: rgb(194,129,56); }

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

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

 span { border-color: rgb(194,129,56); }

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