Html Css Color HEX #C59B24 Buddha Gold

📋 copy color: '#C59B24'

red 197 ◦ green 155 ◦ blue 36

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

Shades of Buddha Gold #C59B24

Tints of Buddha Gold #C59B24

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.95%

 BLUE value IS 36 (14.45% from 255) = 9.28%

R = 50.77%
G = 39.95%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C59B24 (or 0xC59B24) is known color: Buddha Gold. HEX triplet: C5, 9B and 24. RGB value is (197,155,36). Sum of RGB (Red+Green+Blue) = 197+155+36=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59B24 is #3A64DB. Grayscale: #9A9A9A. Windows color (decimal): -3826908 or 2399173. OLE color: 2399173.

HSL color Cylindrical-coordinate representation of color #C59B24: hue angle of 44.35º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C59B24 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 155 36 -
CMYK 0 0.21 0.82 0.23
HSL 44.35º 0.69% 0.46% -
HSV(B) 44.35º 0.82% 0.77% -
XYZ 35.07 35.44 6.66 -
YUV 153.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 197 155 36 0 0.21 0.82 0.23 44.35 0.69 0.46
Hex C5 9B 24 0 15 52 17 2C 45 2E
Octal 305 233 44 0 25 122 27 54 105 56
Binary 11000101 10011011 100100 0 10101 1010010 10111 101100 1000101 101110

Color Harmonies of #C59B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59B24

Black with #C59B24

Text Example


Text Example

White with #C59B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59B24; }

 p { color: rgb(197,155,36); }

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

background-color css

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

 a { background-color: rgb(197,155,36); }

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

border-color css

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

 span { border-color: rgb(197,155,36); }

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