#C5951F

Color #C5951F Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C5951F

Tints of Buddha Gold #C5951F

Color information

#C5951F (or 0xC5951F) is unknown color: approx Buddha Gold. HEX triplet: C5, 95 and 1F. RGB value is (197,149,31). Sum of RGB (Red+Green+Blue) = 197+149+31=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5951F is #3A6AE0. Grayscale: #969696. Windows color (decimal): -3828449 or 2069957. OLE color: 2069957.

HSL color Cylindrical-coordinate representation of color #C5951F: hue angle of 42.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5951F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB19714931-
CMYK00.240.840.23
HSL42.65º72.81%44.71%-
HSV(B)42.65º84.26%77.25%-
XYZ34.0233.465.96-
YUV149.960.9161.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 31 (12.5% from 255) = 8.22%
R=52.25%
G=39.52%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971493100.240.840.2342.6572.8144.71
HexC5951F01854172b492d
Octal30522537030124275311155
Binary1100010110010101111110110001010100101111010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5951F; }

 p { color: rgb(197,149,31); }

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

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

 a { background-color: rgb(197,149,31); }

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

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

 span { border-color: rgb(197,149,31); }

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