Html Css Color HEX #C49725 Nugget

📋 copy color: '#C49725'

red 196 ◦ green 151 ◦ blue 37

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

Shades of Nugget #C49725

Tints of Nugget #C49725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.32%

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

R = 51.04%
G = 39.32%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C49725 (or 0xC49725) is known color: Nugget. HEX triplet: C4, 97 and 25. RGB value is (196,151,37). Sum of RGB (Red+Green+Blue) = 196+151+37=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C49725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49725 is #3B68DA. Grayscale: #979797. Windows color (decimal): -3893467 or 2463684. OLE color: 2463684.

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

Color convert

RGB 196 151 37 -
CMYK 0 0.23 0.81 0.23
HSL 43.02º 0.68% 0.46% -
HSV(B) 43.02º 0.81% 0.77% -
XYZ 34.17 34 6.51 -
YUV 151.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 196 151 37 0 0.23 0.81 0.23 43.02 0.68 0.46
Hex C4 97 25 0 17 51 17 2B 44 2E
Octal 304 227 45 0 27 121 27 53 104 56
Binary 11000100 10010111 100101 0 10111 1010001 10111 101011 1000100 101110

Color Harmonies of #C49725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49725

Black with #C49725

Text Example


Text Example

White with #C49725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49725; }

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

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

background-color css

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

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

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

border-color css

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

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

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