Html Css Color HEX #C39518 Buddha Gold

📋 copy color: '#C39518'

red 195 ◦ green 149 ◦ blue 24

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

Shades of Buddha Gold #C39518

Tints of Buddha Gold #C39518

RGB

 RED value IS 195 (76.56% from 255) = 52.99%

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

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 52.99%
G = 40.49%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C39518 (or 0xC39518) is known color: Buddha Gold. HEX triplet: C3, 95 and 18. RGB value is (195,149,24). Sum of RGB (Red+Green+Blue) = 195+149+24=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C39518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39518 is #3C6AE7. Grayscale: #959595. Windows color (decimal): -3959528 or 1611203. OLE color: 1611203.

HSL color Cylindrical-coordinate representation of color #C39518: hue angle of 43.86º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C39518 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 149 24 -
CMYK 0 0.24 0.88 0.24
HSL 43.86º 0.78% 0.43% -
HSV(B) 43.86º 0.88% 0.76% -
XYZ 33.42 33.16 5.5 -
YUV 148.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 195 149 24 0 0.24 0.88 0.24 43.86 0.78 0.43
Hex C3 95 18 0 18 58 18 2C 4E 2B
Octal 303 225 30 0 30 130 30 54 116 53
Binary 11000011 10010101 11000 0 11000 1011000 11000 101100 1001110 101011

Color Harmonies of #C39518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39518

Black with #C39518

Text Example


Text Example

White with #C39518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39518; }

 p { color: rgb(195,149,24); }

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

background-color css

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

 a { background-color: rgb(195,149,24); }

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

border-color css

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

 span { border-color: rgb(195,149,24); }

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