Html Css Color HEX #C29022 Nugget

📋 copy color: '#C29022'

red 194 ◦ green 144 ◦ blue 34

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

Shades of Nugget #C29022

Tints of Nugget #C29022

RGB

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

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

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

R = 52.15%
G = 38.71%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C29022 (or 0xC29022) is known color: Nugget. HEX triplet: C2, 90 and 22. RGB value is (194,144,34). Sum of RGB (Red+Green+Blue) = 194+144+34=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C29022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29022 is #3D6FDD. Grayscale: #929292. Windows color (decimal): -4026334 or 2265282. OLE color: 2265282.

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

Color convert

RGB 194 144 34 -
CMYK 0 0.26 0.82 0.24
HSL 41.25º 0.7% 0.45% -
HSV(B) 41.25º 0.82% 0.76% -
XYZ 32.51 31.53 5.89 -
YUV 146.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 194 144 34 0 0.26 0.82 0.24 41.25 0.7 0.45
Hex C2 90 22 0 1A 52 18 29 46 2D
Octal 302 220 42 0 32 122 30 51 106 55
Binary 11000010 10010000 100010 0 11010 1010010 11000 101001 1000110 101101

Color Harmonies of #C29022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29022

Black with #C29022

Text Example


Text Example

White with #C29022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29022; }

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

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

background-color css

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

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

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

border-color css

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

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

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