Html Css Color HEX #C39329 Nugget

📋 copy color: '#C39329'

red 195 ◦ green 147 ◦ blue 41

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

Shades of Nugget #C39329

Tints of Nugget #C39329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

 BLUE value IS 41 (16.41% from 255) = 10.7%

R = 50.91%
G = 38.38%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C39329 (or 0xC39329) is known color: Nugget. HEX triplet: C3, 93 and 29. RGB value is (195,147,41). Sum of RGB (Red+Green+Blue) = 195+147+41=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C39329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39329 is #3C6CD6. Grayscale: #959595. Windows color (decimal): -3960023 or 2724803. OLE color: 2724803.

HSL color Cylindrical-coordinate representation of color #C39329: hue angle of 41.3º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C39329 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 41 -
CMYK 0 0.25 0.79 0.24
HSL 41.3º 0.65% 0.46% -
HSV(B) 41.3º 0.79% 0.76% -
XYZ 33.34 32.63 6.64 -
YUV 149.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 195 147 41 0 0.25 0.79 0.24 41.3 0.65 0.46
Hex C3 93 29 0 19 4F 18 29 41 2E
Octal 303 223 51 0 31 117 30 51 101 56
Binary 11000011 10010011 101001 0 11001 1001111 11000 101001 1000001 101110

Color Harmonies of #C39329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39329

Black with #C39329

Text Example


Text Example

White with #C39329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39329; }

 p { color: rgb(195,147,41); }

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

background-color css

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

 a { background-color: rgb(195,147,41); }

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

border-color css

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

 span { border-color: rgb(195,147,41); }

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