Html Css Color HEX #C29122 Nugget

📋 copy color: '#C29122'

red 194 ◦ green 145 ◦ blue 34

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

Shades of Nugget #C29122

Tints of Nugget #C29122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.12%

R = 52.01%
G = 38.87%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C29122 (or 0xC29122) is known color: Nugget. HEX triplet: C2, 91 and 22. RGB value is (194,145,34). Sum of RGB (Red+Green+Blue) = 194+145+34=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C29122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29122 is #3D6EDD. Grayscale: #939393. Windows color (decimal): -4026078 or 2265538. OLE color: 2265538.

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

Color convert

RGB 194 145 34 -
CMYK 0 0.25 0.82 0.24
HSL 41.63º 0.7% 0.45% -
HSV(B) 41.63º 0.82% 0.76% -
XYZ 32.66 31.84 5.94 -
YUV 147 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 194 145 34 0 0.25 0.82 0.24 41.63 0.7 0.45
Hex C2 91 22 0 19 52 18 2A 46 2D
Octal 302 221 42 0 31 122 30 52 106 55
Binary 11000010 10010001 100010 0 11001 1010010 11000 101010 1000110 101101

Color Harmonies of #C29122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29122

Black with #C29122

Text Example


Text Example

White with #C29122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29122; }

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

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

background-color css

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

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

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

border-color css

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

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

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