#C5833C

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

Shades of Golden Bell #C5833C

Tints of Golden Bell #C5833C

Color information

#C5833C (or 0xC5833C) is unknown color: approx Golden Bell. HEX triplet: C5, 83 and 3C. RGB value is (197,131,60). Sum of RGB (Red+Green+Blue) = 197+131+60=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5833C is #3A7CC3. Grayscale: #8E8E8E. Windows color (decimal): -3833028 or 3965893. OLE color: 3965893.

HSL color Cylindrical-coordinate representation of color #C5833C: hue angle of 31.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5833C is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19713160-
CMYK00.340.700.23
HSL31.09º54.15%50.39%-
HSV(B)31.09º69.54%77.25%-
XYZ31.9628.438.08-
YUV142.6481.37166.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.77%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 60 (23.83% from 255) = 15.46%
R=50.77%
G=33.76%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971316000.340.700.2331.0954.1550.39
HexC5833C02246171f3632
Octal3052037404210627376662
Binary1100010110000011111100010001010001101011111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5833C; }

 p { color: rgb(197,131,60); }

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

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

 a { background-color: rgb(197,131,60); }

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

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

 span { border-color: rgb(197,131,60); }

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