Html Css Color HEX #C39931 Nugget

📋 copy color: '#C39931'

red 195 ◦ green 153 ◦ blue 49

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

Shades of Nugget #C39931

Tints of Nugget #C39931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 49.12%
G = 38.54%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C39931 (or 0xC39931) is known color: Nugget. HEX triplet: C3, 99 and 31. RGB value is (195,153,49). Sum of RGB (Red+Green+Blue) = 195+153+49=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C39931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39931 is #3C66CE. Grayscale: #9A9A9A. Windows color (decimal): -3958479 or 3250627. OLE color: 3250627.

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

Color convert

RGB 195 153 49 -
CMYK 0 0.22 0.75 0.24
HSL 42.74º 0.6% 0.48% -
HSV(B) 42.74º 0.75% 0.76% -
XYZ 34.45 34.61 7.77 -
YUV 153.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 195 153 49 0 0.22 0.75 0.24 42.74 0.6 0.48
Hex C3 99 31 0 16 4B 18 2B 3C 30
Octal 303 231 61 0 26 113 30 53 74 60
Binary 11000011 10011001 110001 0 10110 1001011 11000 101011 111100 110000

Color Harmonies of #C39931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39931

Black with #C39931

Text Example


Text Example

White with #C39931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39931; }

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

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

background-color css

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

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

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

border-color css

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

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

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