Html Css Color HEX #C49422 Nugget

📋 copy color: '#C49422'

red 196 ◦ green 148 ◦ blue 34

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

Shades of Nugget #C49422

Tints of Nugget #C49422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 51.85%
G = 39.15%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C49422 (or 0xC49422) is known color: Nugget. HEX triplet: C4, 94 and 22. RGB value is (196,148,34). Sum of RGB (Red+Green+Blue) = 196+148+34=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C49422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49422 is #3B6BDD. Grayscale: #959595. Windows color (decimal): -3894238 or 2266308. OLE color: 2266308.

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

Color convert

RGB 196 148 34 -
CMYK 0 0.24 0.83 0.23
HSL 42.22º 0.7% 0.45% -
HSV(B) 42.22º 0.83% 0.77% -
XYZ 33.64 33.03 6.12 -
YUV 149.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 196 148 34 0 0.24 0.83 0.23 42.22 0.7 0.45
Hex C4 94 22 0 18 53 17 2A 46 2D
Octal 304 224 42 0 30 123 27 52 106 55
Binary 11000100 10010100 100010 0 11000 1010011 10111 101010 1000110 101101

Color Harmonies of #C49422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49422

Black with #C49422

Text Example


Text Example

White with #C49422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49422; }

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

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

background-color css

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

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

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

border-color css

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

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

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