Html Css Color HEX #C49326 Nugget

📋 copy color: '#C49326'

red 196 ◦ green 147 ◦ blue 38

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

Shades of Nugget #C49326

Tints of Nugget #C49326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.58%

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

R = 51.44%
G = 38.58%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C49326 (or 0xC49326) is known color: Nugget. HEX triplet: C4, 93 and 26. RGB value is (196,147,38). Sum of RGB (Red+Green+Blue) = 196+147+38=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C49326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49326 is #3B6CD9. Grayscale: #959595. Windows color (decimal): -3894490 or 2528196. OLE color: 2528196.

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

Color convert

RGB 196 147 38 -
CMYK 0 0.25 0.81 0.23
HSL 41.39º 0.68% 0.46% -
HSV(B) 41.39º 0.81% 0.77% -
XYZ 33.55 32.74 6.39 -
YUV 149.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 196 147 38 0 0.25 0.81 0.23 41.39 0.68 0.46
Hex C4 93 26 0 19 51 17 29 44 2E
Octal 304 223 46 0 31 121 27 51 104 56
Binary 11000100 10010011 100110 0 11001 1010001 10111 101001 1000100 101110

Color Harmonies of #C49326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49326

Black with #C49326

Text Example


Text Example

White with #C49326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49326; }

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

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

background-color css

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

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

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

border-color css

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

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

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