Html Css Color HEX #C59113 Buddha Gold

📋 copy color: '#C59113'

red 197 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #C59113

Tints of Buddha Gold #C59113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

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

R = 54.57%
G = 40.17%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C59113 (or 0xC59113) is known color: Buddha Gold. HEX triplet: C5, 91 and 13. RGB value is (197,145,19). Sum of RGB (Red+Green+Blue) = 197+145+19=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C59113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59113 is #3A6EEC. Grayscale: #929292. Windows color (decimal): -3829485 or 1282501. OLE color: 1282501.

HSL color Cylindrical-coordinate representation of color #C59113: hue angle of 42.47º 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 #C59113 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 19 -
CMYK 0 0.26 0.90 0.23
HSL 42.47º 0.82% 0.42% -
HSV(B) 42.47º 0.9% 0.77% -
XYZ 33.27 32.17 5.07 -
YUV 146.18 56.23 164.25 -
System Red Green Blue C M Y K H S L
Decimal 197 145 19 0 0.26 0.90 0.23 42.47 0.82 0.42
Hex C5 91 13 0 1A 5A 17 2A 52 2A
Octal 305 221 23 0 32 132 27 52 122 52
Binary 11000101 10010001 10011 0 11010 1011010 10111 101010 1010010 101010

Color Harmonies of #C59113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59113

Black with #C59113

Text Example


Text Example

White with #C59113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59113; }

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

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

background-color css

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

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

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

border-color css

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

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

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