#C18239

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

Shades of Golden Bell #C18239

Tints of Golden Bell #C18239

Color information

#C18239 (or 0xC18239) is unknown color: approx Golden Bell. HEX triplet: C1, 82 and 39. RGB value is (193,130,57). Sum of RGB (Red+Green+Blue) = 193+130+57=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C18239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18239 is #3E7DC6. Grayscale: #8C8C8C. Windows color (decimal): -4095431 or 3769025. OLE color: 3769025.

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

Color convert

RGB19313057-
CMYK00.330.700.24
HSL32.21º54.4%49.02%-
HSV(B)32.21º70.47%75.69%-
XYZ30.7127.67.58-
YUV140.5180.87165.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 57 (22.66% from 255) = 15%
R=50.79%
G=34.21%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931305700.330.700.2432.2154.449.02
HexC182390214618203631
Octal3012027104110630406661
Binary11000001100000101110010100001100011011000100000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18239; }

 p { color: rgb(193,130,57); }

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

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

 a { background-color: rgb(193,130,57); }

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

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

 span { border-color: rgb(193,130,57); }

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