Html Css Color HEX #C49430 Nugget

📋 copy color: '#C49430'

red 196 ◦ green 148 ◦ blue 48

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

Shades of Nugget #C49430

Tints of Nugget #C49430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.24%

R = 50%
G = 37.76%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C49430 (or 0xC49430) is known color: Nugget. HEX triplet: C4, 94 and 30. RGB value is (196,148,48). Sum of RGB (Red+Green+Blue) = 196+148+48=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C49430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49430 is #3B6BCF. Grayscale: #979797. Windows color (decimal): -3894224 or 3183812. OLE color: 3183812.

HSL color Cylindrical-coordinate representation of color #C49430: hue angle of 40.54º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C49430 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 48 -
CMYK 0 0.24 0.76 0.23
HSL 40.54º 0.61% 0.48% -
HSV(B) 40.54º 0.76% 0.77% -
XYZ 33.89 33.13 7.4 -
YUV 150.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 196 148 48 0 0.24 0.76 0.23 40.54 0.61 0.48
Hex C4 94 30 0 18 4C 17 29 3D 30
Octal 304 224 60 0 30 114 27 51 75 60
Binary 11000100 10010100 110000 0 11000 1001100 10111 101001 111101 110000

Color Harmonies of #C49430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49430

Black with #C49430

Text Example


Text Example

White with #C49430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49430; }

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

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

background-color css

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

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

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

border-color css

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

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

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