Html Css Color HEX #C39417 Buddha Gold

📋 copy color: '#C39417'

red 195 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #C39417

Tints of Buddha Gold #C39417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 23 (9.38% from 255) = 6.28%

R = 53.28%
G = 40.44%
B = 6.28%

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

#C39417 (or 0xC39417) is known color: Buddha Gold. HEX triplet: C3, 94 and 17. RGB value is (195,148,23). Sum of RGB (Red+Green+Blue) = 195+148+23=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C39417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39417 is #3C6BE8. Grayscale: #949494. Windows color (decimal): -3959785 or 1545411. OLE color: 1545411.

HSL color Cylindrical-coordinate representation of color #C39417: hue angle of 43.6º degrees, saturation: 0.79, 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 #C39417 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 23 -
CMYK 0 0.24 0.88 0.24
HSL 43.6º 0.79% 0.43% -
HSV(B) 43.6º 0.88% 0.76% -
XYZ 33.25 32.84 5.4 -
YUV 147.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 195 148 23 0 0.24 0.88 0.24 43.6 0.79 0.43
Hex C3 94 17 0 18 58 18 2C 4F 2B
Octal 303 224 27 0 30 130 30 54 117 53
Binary 11000011 10010100 10111 0 11000 1011000 11000 101100 1001111 101011

Color Harmonies of #C39417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39417

Black with #C39417

Text Example


Text Example

White with #C39417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39417; }

 p { color: rgb(195,148,23); }

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

background-color css

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

 a { background-color: rgb(195,148,23); }

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

border-color css

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

 span { border-color: rgb(195,148,23); }

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