#C38638

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

Shades of Golden Bell #C38638

Tints of Golden Bell #C38638

Color information

#C38638 (or 0xC38638) is unknown color: approx Golden Bell. HEX triplet: C3, 86 and 38. RGB value is (195,134,56). Sum of RGB (Red+Green+Blue) = 195+134+56=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C38638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38638 is #3C79C7. Grayscale: #8F8F8F. Windows color (decimal): -3963336 or 3704515. OLE color: 3704515.

HSL color Cylindrical-coordinate representation of color #C38638: hue angle of 33.67º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C38638 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19513456-
CMYK00.310.710.24
HSL33.67º55.38%49.22%-
HSV(B)33.67º71.28%76.47%-
XYZ31.7428.947.65-
YUV143.3578.71164.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 56 (22.27% from 255) = 14.55%
R=50.65%
G=34.81%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951345600.310.710.2433.6755.3849.22
HexC3863801F4718223731
Octal3032067003710730426761
Binary1100001110000110111000011111100011111000100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38638; }

 p { color: rgb(195,134,56); }

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

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

 a { background-color: rgb(195,134,56); }

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

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

 span { border-color: rgb(195,134,56); }

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