Html Css Color HEX #C29329 Nugget

📋 copy color: '#C29329'

red 194 ◦ green 147 ◦ blue 41

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

Shades of Nugget #C29329

Tints of Nugget #C29329

RGB

 RED value IS 194 (76.17% from 255) = 50.79%

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

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

R = 50.79%
G = 38.48%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C29329 (or 0xC29329) is known color: Nugget. HEX triplet: C2, 93 and 29. RGB value is (194,147,41). Sum of RGB (Red+Green+Blue) = 194+147+41=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C29329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29329 is #3D6CD6. Grayscale: #959595. Windows color (decimal): -4025559 or 2724802. OLE color: 2724802.

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

Color convert

RGB 194 147 41 -
CMYK 0 0.24 0.79 0.24
HSL 41.57º 0.65% 0.46% -
HSV(B) 41.57º 0.79% 0.76% -
XYZ 33.08 32.5 6.63 -
YUV 148.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 194 147 41 0 0.24 0.79 0.24 41.57 0.65 0.46
Hex C2 93 29 0 18 4F 18 2A 41 2E
Octal 302 223 51 0 30 117 30 52 101 56
Binary 11000010 10010011 101001 0 11000 1001111 11000 101010 1000001 101110

Color Harmonies of #C29329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29329

Black with #C29329

Text Example


Text Example

White with #C29329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29329; }

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

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

background-color css

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

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

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

border-color css

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

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

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