Html Css Color HEX #C29120 Nugget

📋 copy color: '#C29120'

red 194 ◦ green 145 ◦ blue 32

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

Shades of Nugget #C29120

Tints of Nugget #C29120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 32 (12.89% from 255) = 8.63%

R = 52.29%
G = 39.08%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C29120 (or 0xC29120) is known color: Nugget. HEX triplet: C2, 91 and 20. RGB value is (194,145,32). Sum of RGB (Red+Green+Blue) = 194+145+32=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C29120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29120 is #3D6EDF. Grayscale: #939393. Windows color (decimal): -4026080 or 2134466. OLE color: 2134466.

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

Color convert

RGB 194 145 32 -
CMYK 0 0.25 0.84 0.24
HSL 41.85º 0.72% 0.44% -
HSV(B) 41.85º 0.84% 0.76% -
XYZ 32.63 31.82 5.79 -
YUV 146.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 194 145 32 0 0.25 0.84 0.24 41.85 0.72 0.44
Hex C2 91 20 0 19 54 18 2A 48 2C
Octal 302 221 40 0 31 124 30 52 110 54
Binary 11000010 10010001 100000 0 11001 1010100 11000 101010 1001000 101100

Color Harmonies of #C29120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29120

Black with #C29120

Text Example


Text Example

White with #C29120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29120; }

 p { color: rgb(194,145,32); }

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

background-color css

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

 a { background-color: rgb(194,145,32); }

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

border-color css

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

 span { border-color: rgb(194,145,32); }

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