Html Css Color HEX #C59719 Buddha Gold

📋 copy color: '#C59719'

red 197 ◦ green 151 ◦ blue 25

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

Shades of Buddha Gold #C59719

Tints of Buddha Gold #C59719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

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

R = 52.82%
G = 40.48%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C59719 (or 0xC59719) is known color: Buddha Gold. HEX triplet: C5, 97 and 19. RGB value is (197,151,25). Sum of RGB (Red+Green+Blue) = 197+151+25=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C59719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59719 is #3A68E6. Grayscale: #969696. Windows color (decimal): -3827943 or 1677253. OLE color: 1677253.

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

Color convert

RGB 197 151 25 -
CMYK 0 0.23 0.87 0.23
HSL 43.95º 0.77% 0.44% -
HSV(B) 43.95º 0.87% 0.77% -
XYZ 34.27 34.07 5.69 -
YUV 150.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 197 151 25 0 0.23 0.87 0.23 43.95 0.77 0.44
Hex C5 97 19 0 17 57 17 2C 4D 2C
Octal 305 227 31 0 27 127 27 54 115 54
Binary 11000101 10010111 11001 0 10111 1010111 10111 101100 1001101 101100

Color Harmonies of #C59719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59719

Black with #C59719

Text Example


Text Example

White with #C59719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59719; }

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

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

background-color css

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

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

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

border-color css

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

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

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