Html Css Color HEX #C29124 Nugget

📋 copy color: '#C29124'

red 194 ◦ green 145 ◦ blue 36

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

Shades of Nugget #C29124

Tints of Nugget #C29124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.6%

R = 51.73%
G = 38.67%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C29124 (or 0xC29124) is known color: Nugget. HEX triplet: C2, 91 and 24. RGB value is (194,145,36). Sum of RGB (Red+Green+Blue) = 194+145+36=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C29124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29124 is #3D6EDB. Grayscale: #939393. Windows color (decimal): -4026076 or 2396610. OLE color: 2396610.

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

Color convert

RGB 194 145 36 -
CMYK 0 0.25 0.81 0.24
HSL 41.39º 0.69% 0.45% -
HSV(B) 41.39º 0.81% 0.76% -
XYZ 32.69 31.85 6.09 -
YUV 147.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 194 145 36 0 0.25 0.81 0.24 41.39 0.69 0.45
Hex C2 91 24 0 19 51 18 29 45 2D
Octal 302 221 44 0 31 121 30 51 105 55
Binary 11000010 10010001 100100 0 11001 1010001 11000 101001 1000101 101101

Color Harmonies of #C29124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29124

Black with #C29124

Text Example


Text Example

White with #C29124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29124; }

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

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

background-color css

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

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

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

border-color css

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

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

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