Html Css Color HEX #C49726 Nugget

📋 copy color: '#C49726'

red 196 ◦ green 151 ◦ blue 38

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

Shades of Nugget #C49726

Tints of Nugget #C49726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 50.91%
G = 39.22%
B = 9.87%

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

#C49726 (or 0xC49726) is known color: Nugget. HEX triplet: C4, 97 and 26. RGB value is (196,151,38). Sum of RGB (Red+Green+Blue) = 196+151+38=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C49726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49726 is #3B68D9. Grayscale: #989898. Windows color (decimal): -3893466 or 2529220. OLE color: 2529220.

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

Color convert

RGB 196 151 38 -
CMYK 0 0.23 0.81 0.23
HSL 42.91º 0.68% 0.46% -
HSV(B) 42.91º 0.81% 0.77% -
XYZ 34.18 34.01 6.6 -
YUV 151.57 63.91 159.69 -
System Red Green Blue C M Y K H S L
Decimal 196 151 38 0 0.23 0.81 0.23 42.91 0.68 0.46
Hex C4 97 26 0 17 51 17 2B 44 2E
Octal 304 227 46 0 27 121 27 53 104 56
Binary 11000100 10010111 100110 0 10111 1010001 10111 101011 1000100 101110

Color Harmonies of #C49726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49726

Black with #C49726

Text Example


Text Example

White with #C49726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49726; }

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

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

background-color css

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

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

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

border-color css

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

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

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