#C08339

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

Shades of Golden Bell #C08339

Tints of Golden Bell #C08339

Color information

#C08339 (or 0xC08339) is unknown color: approx Golden Bell. HEX triplet: C0, 83 and 39. RGB value is (192,131,57). Sum of RGB (Red+Green+Blue) = 192+131+57=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C08339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08339 is #3F7CC6. Grayscale: #8D8D8D. Windows color (decimal): -4160711 or 3769280. OLE color: 3769280.

HSL color Cylindrical-coordinate representation of color #C08339: hue angle of 32.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C08339 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19213157-
CMYK00.320.700.25
HSL32.89º54.22%48.82%-
HSV(B)32.89º70.31%75.29%-
XYZ30.5927.737.61-
YUV140.880.71164.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 57 (22.66% from 255) = 15%
R=50.53%
G=34.47%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921315700.320.700.2532.8954.2248.82
HexC083390204619213631
Octal3002037104010631416661
Binary11000000100000111110010100000100011011001100001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08339; }

 p { color: rgb(192,131,57); }

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

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

 a { background-color: rgb(192,131,57); }

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

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

 span { border-color: rgb(192,131,57); }

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