Html Css Color HEX #C39713 Buddha Gold

📋 copy color: '#C39713'

red 195 ◦ green 151 ◦ blue 19

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

Shades of Buddha Gold #C39713

Tints of Buddha Gold #C39713

RGB

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

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

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

R = 53.42%
G = 41.37%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C39713 (or 0xC39713) is known color: Buddha Gold. HEX triplet: C3, 97 and 13. RGB value is (195,151,19). Sum of RGB (Red+Green+Blue) = 195+151+19=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C39713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39713 is #3C68EC. Grayscale: #959595. Windows color (decimal): -3959021 or 1284035. OLE color: 1284035.

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

Color convert

RGB 195 151 19 -
CMYK 0 0.23 0.90 0.24
HSL 45º 0.82% 0.42% -
HSV(B) 45º 0.9% 0.76% -
XYZ 33.69 33.78 5.36 -
YUV 149.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 195 151 19 0 0.23 0.90 0.24 45 0.82 0.42
Hex C3 97 13 0 17 5A 18 2D 52 2A
Octal 303 227 23 0 27 132 30 55 122 52
Binary 11000011 10010111 10011 0 10111 1011010 11000 101101 1010010 101010

Color Harmonies of #C39713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39713

Black with #C39713

Text Example


Text Example

White with #C39713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39713; }

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

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

background-color css

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

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

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

border-color css

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

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

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