Html Css Color HEX #C49425 Nugget

📋 copy color: '#C49425'

red 196 ◦ green 148 ◦ blue 37

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

Shades of Nugget #C49425

Tints of Nugget #C49425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.71%

R = 51.44%
G = 38.85%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C49425 (or 0xC49425) is known color: Nugget. HEX triplet: C4, 94 and 25. RGB value is (196,148,37). Sum of RGB (Red+Green+Blue) = 196+148+37=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C49425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49425 is #3B6BDA. Grayscale: #969696. Windows color (decimal): -3894235 or 2462916. OLE color: 2462916.

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

Color convert

RGB 196 148 37 -
CMYK 0 0.24 0.81 0.23
HSL 41.89º 0.68% 0.46% -
HSV(B) 41.89º 0.81% 0.77% -
XYZ 33.69 33.05 6.35 -
YUV 149.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 196 148 37 0 0.24 0.81 0.23 41.89 0.68 0.46
Hex C4 94 25 0 18 51 17 2A 44 2E
Octal 304 224 45 0 30 121 27 52 104 56
Binary 11000100 10010100 100101 0 11000 1010001 10111 101010 1000100 101110

Color Harmonies of #C49425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49425

Black with #C49425

Text Example


Text Example

White with #C49425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49425; }

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

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

background-color css

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

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

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

border-color css

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

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

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