Html Css Color HEX #C39913 Buddha Gold

📋 copy color: '#C39913'

red 195 ◦ green 153 ◦ blue 19

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

Shades of Buddha Gold #C39913

Tints of Buddha Gold #C39913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 53.13%
G = 41.69%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C39913 (or 0xC39913) is known color: Buddha Gold. HEX triplet: C3, 99 and 13. RGB value is (195,153,19). Sum of RGB (Red+Green+Blue) = 195+153+19=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C39913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39913 is #3C66EC. Grayscale: #969696. Windows color (decimal): -3958509 or 1284547. OLE color: 1284547.

HSL color Cylindrical-coordinate representation of color #C39913: hue angle of 45.68º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C39913 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 153 19 -
CMYK 0 0.22 0.90 0.24
HSL 45.68º 0.82% 0.42% -
HSV(B) 45.68º 0.9% 0.76% -
XYZ 34.01 34.43 5.47 -
YUV 150.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 195 153 19 0 0.22 0.90 0.24 45.68 0.82 0.42
Hex C3 99 13 0 16 5A 18 2E 52 2A
Octal 303 231 23 0 26 132 30 56 122 52
Binary 11000011 10011001 10011 0 10110 1011010 11000 101110 1010010 101010

Color Harmonies of #C39913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39913

Black with #C39913

Text Example


Text Example

White with #C39913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39913; }

 p { color: rgb(195,153,19); }

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

background-color css

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

 a { background-color: rgb(195,153,19); }

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

border-color css

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

 span { border-color: rgb(195,153,19); }

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