Html Css Color HEX #C59419 Buddha Gold

📋 copy color: '#C59419'

red 197 ◦ green 148 ◦ blue 25

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

Shades of Buddha Gold #C59419

Tints of Buddha Gold #C59419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

 BLUE value IS 25 (10.16% from 255) = 6.76%

R = 53.24%
G = 40%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C59419 (or 0xC59419) is known color: Buddha Gold. HEX triplet: C5, 94 and 19. RGB value is (197,148,25). Sum of RGB (Red+Green+Blue) = 197+148+25=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C59419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59419 is #3A6BE6. Grayscale: #959595. Windows color (decimal): -3828711 or 1676485. OLE color: 1676485.

HSL color Cylindrical-coordinate representation of color #C59419: hue angle of 42.91º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C59419 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 25 -
CMYK 0 0.25 0.87 0.23
HSL 42.91º 0.77% 0.44% -
HSV(B) 42.91º 0.87% 0.77% -
XYZ 33.79 33.12 5.53 -
YUV 148.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 197 148 25 0 0.25 0.87 0.23 42.91 0.77 0.44
Hex C5 94 19 0 19 57 17 2B 4D 2C
Octal 305 224 31 0 31 127 27 53 115 54
Binary 11000101 10010100 11001 0 11001 1010111 10111 101011 1001101 101100

Color Harmonies of #C59419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59419

Black with #C59419

Text Example


Text Example

White with #C59419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59419; }

 p { color: rgb(197,148,25); }

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

background-color css

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

 a { background-color: rgb(197,148,25); }

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

border-color css

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

 span { border-color: rgb(197,148,25); }

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