Html Css Color HEX #C39819 Buddha Gold

📋 copy color: '#C39819'

red 195 ◦ green 152 ◦ blue 25

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

Shades of Buddha Gold #C39819

Tints of Buddha Gold #C39819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 52.42%
G = 40.86%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C39819 (or 0xC39819) is known color: Buddha Gold. HEX triplet: C3, 98 and 19. RGB value is (195,152,25). Sum of RGB (Red+Green+Blue) = 195+152+25=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C39819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39819 is #3C67E6. Grayscale: #969696. Windows color (decimal): -3958759 or 1677507. OLE color: 1677507.

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

Color convert

RGB 195 152 25 -
CMYK 0 0.22 0.87 0.24
HSL 44.82º 0.77% 0.43% -
HSV(B) 44.82º 0.87% 0.76% -
XYZ 33.91 34.13 5.72 -
YUV 150.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 195 152 25 0 0.22 0.87 0.24 44.82 0.77 0.43
Hex C3 98 19 0 16 57 18 2D 4D 2B
Octal 303 230 31 0 26 127 30 55 115 53
Binary 11000011 10011000 11001 0 10110 1010111 11000 101101 1001101 101011

Color Harmonies of #C39819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39819

Black with #C39819

Text Example


Text Example

White with #C39819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39819; }

 p { color: rgb(195,152,25); }

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

background-color css

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

 a { background-color: rgb(195,152,25); }

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

border-color css

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

 span { border-color: rgb(195,152,25); }

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