#C88738

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

Shades of Golden Bell #C88738

Tints of Golden Bell #C88738

Color information

#C88738 (or 0xC88738) is unknown color: approx Golden Bell. HEX triplet: C8, 87 and 38. RGB value is (200,135,56). Sum of RGB (Red+Green+Blue) = 200+135+56=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C88738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88738 is #3778C7. Grayscale: #919191. Windows color (decimal): -3635400 or 3704776. OLE color: 3704776.

HSL color Cylindrical-coordinate representation of color #C88738: hue angle of 32.92º degrees, saturation: 0.57, 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 #C88738 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20013556-
CMYK00.320.720.22
HSL32.92º56.69%50.2%-
HSV(B)32.92º72%78.43%-
XYZ33.229.897.76-
YUV145.4377.53166.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 56 (22.27% from 255) = 14.32%
R=51.15%
G=34.53%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001355600.320.720.2232.9256.6950.2
HexC887380204816213932
Octal3102077004011026417162
Binary11001000100001111110000100000100100010110100001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88738; }

 p { color: rgb(200,135,56); }

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

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

 a { background-color: rgb(200,135,56); }

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

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

 span { border-color: rgb(200,135,56); }

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