Html Css Color HEX #C49322 Nugget

📋 copy color: '#C49322'

red 196 ◦ green 147 ◦ blue 34

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

Shades of Nugget #C49322

Tints of Nugget #C49322

RGB

 RED value IS 196 (76.95% from 255) = 51.99%

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 51.99%
G = 38.99%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C49322 (or 0xC49322) is known color: Nugget. HEX triplet: C4, 93 and 22. RGB value is (196,147,34). Sum of RGB (Red+Green+Blue) = 196+147+34=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C49322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49322 is #3B6CDD. Grayscale: #959595. Windows color (decimal): -3894494 or 2266052. OLE color: 2266052.

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

Color convert

RGB 196 147 34 -
CMYK 0 0.25 0.83 0.23
HSL 41.85º 0.7% 0.45% -
HSV(B) 41.85º 0.83% 0.77% -
XYZ 33.49 32.72 6.06 -
YUV 148.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 196 147 34 0 0.25 0.83 0.23 41.85 0.7 0.45
Hex C4 93 22 0 19 53 17 2A 46 2D
Octal 304 223 42 0 31 123 27 52 106 55
Binary 11000100 10010011 100010 0 11001 1010011 10111 101010 1000110 101101

Color Harmonies of #C49322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49322

Black with #C49322

Text Example


Text Example

White with #C49322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49322; }

 p { color: rgb(196,147,34); }

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

background-color css

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

 a { background-color: rgb(196,147,34); }

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

border-color css

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

 span { border-color: rgb(196,147,34); }

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