Html Css Color HEX #C59513 Buddha Gold

📋 copy color: '#C59513'

red 197 ◦ green 149 ◦ blue 19

#C59513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #C59513

Tints of Buddha Gold #C59513

RGB

 RED value IS 197 (77.34% from 255) = 53.97%

 GREEN value IS 149 (58.59% from 255) = 40.82%

 BLUE value IS 19 (7.81% from 255) = 5.21%

R = 53.97%
G = 40.82%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C59513 (or 0xC59513) is known color: Buddha Gold. HEX triplet: C5, 95 and 13. RGB value is (197,149,19). Sum of RGB (Red+Green+Blue) = 197+149+19=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C59513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59513 is #3A6AEC. Grayscale: #959595. Windows color (decimal): -3828461 or 1283525. OLE color: 1283525.

HSL color Cylindrical-coordinate representation of color #C59513: hue angle of 43.82º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C59513 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 19 -
CMYK 0 0.24 0.90 0.23
HSL 43.82º 0.82% 0.42% -
HSV(B) 43.82º 0.9% 0.77% -
XYZ 33.89 33.41 5.28 -
YUV 148.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 197 149 19 0 0.24 0.90 0.23 43.82 0.82 0.42
Hex C5 95 13 0 18 5A 17 2C 52 2A
Octal 305 225 23 0 30 132 27 54 122 52
Binary 11000101 10010101 10011 0 11000 1011010 10111 101100 1010010 101010

Color Harmonies of #C59513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59513

Black with #C59513

Text Example


Text Example

White with #C59513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59513; }

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

 H1.HeaderClassName
 {
   color: #C59513;
 }
 .AnyTagClassName
 {
   color: #C59513;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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