Html Css Color HEX #C39932 Nugget

📋 copy color: '#C39932'

red 195 ◦ green 153 ◦ blue 50

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

Shades of Nugget #C39932

Tints of Nugget #C39932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.56%

R = 48.99%
G = 38.44%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C39932 (or 0xC39932) is known color: Nugget. HEX triplet: C3, 99 and 32. RGB value is (195,153,50). Sum of RGB (Red+Green+Blue) = 195+153+50=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C39932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39932 is #3C66CD. Grayscale: #9A9A9A. Windows color (decimal): -3958478 or 3316163. OLE color: 3316163.

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

Color convert

RGB 195 153 50 -
CMYK 0 0.22 0.74 0.24
HSL 42.62º 0.59% 0.48% -
HSV(B) 42.62º 0.74% 0.76% -
XYZ 34.47 34.61 7.88 -
YUV 153.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 195 153 50 0 0.22 0.74 0.24 42.62 0.59 0.48
Hex C3 99 32 0 16 4A 18 2B 3B 30
Octal 303 231 62 0 26 112 30 53 73 60
Binary 11000011 10011001 110010 0 10110 1001010 11000 101011 111011 110000

Color Harmonies of #C39932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39932

Black with #C39932

Text Example


Text Example

White with #C39932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39932; }

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

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

background-color css

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

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

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

border-color css

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

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

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