Html Css Color HEX #C29029 Nugget

📋 copy color: '#C29029'

red 194 ◦ green 144 ◦ blue 41

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

Shades of Nugget #C29029

Tints of Nugget #C29029

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 51.19%
G = 37.99%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C29029 (or 0xC29029) is known color: Nugget. HEX triplet: C2, 90 and 29. RGB value is (194,144,41). Sum of RGB (Red+Green+Blue) = 194+144+41=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29029 is #3D6FD6. Grayscale: #939393. Windows color (decimal): -4026327 or 2724034. OLE color: 2724034.

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

Color convert

RGB 194 144 41 -
CMYK 0 0.26 0.79 0.24
HSL 40.39º 0.65% 0.46% -
HSV(B) 40.39º 0.79% 0.76% -
XYZ 32.62 31.58 6.47 -
YUV 147.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 194 144 41 0 0.26 0.79 0.24 40.39 0.65 0.46
Hex C2 90 29 0 1A 4F 18 28 41 2E
Octal 302 220 51 0 32 117 30 50 101 56
Binary 11000010 10010000 101001 0 11010 1001111 11000 101000 1000001 101110

Color Harmonies of #C29029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29029

Black with #C29029

Text Example


Text Example

White with #C29029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29029; }

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

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

background-color css

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

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

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

border-color css

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

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

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