#C88534

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

Shades of Golden Bell #C88534

Tints of Golden Bell #C88534

Color information

#C88534 (or 0xC88534) is unknown color: approx Golden Bell. HEX triplet: C8, 85 and 34. RGB value is (200,133,52). Sum of RGB (Red+Green+Blue) = 200+133+52=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C88534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88534 is #377ACB. Grayscale: #909090. Windows color (decimal): -3635916 or 3442120. OLE color: 3442120.

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

Color convert

RGB20013352-
CMYK00.340.740.22
HSL32.84º58.73%49.41%-
HSV(B)32.84º74%78.43%-
XYZ32.8329.37.17-
YUV143.876.2168.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=51.95%
G=34.55%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001335200.340.740.2232.8458.7349.41
HexC885340224A16213b31
Octal3102056404211226417361
Binary11001000100001011101000100010100101010110100001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88534; }

 p { color: rgb(200,133,52); }

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

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

 a { background-color: rgb(200,133,52); }

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

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

 span { border-color: rgb(200,133,52); }

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