Html Css Color HEX #C49D28 Nugget

📋 copy color: '#C49D28'

red 196 ◦ green 157 ◦ blue 40

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

Shades of Nugget #C49D28

Tints of Nugget #C49D28

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.95%

 BLUE value IS 40 (16.02% from 255) = 10.18%

R = 49.87%
G = 39.95%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C49D28 (or 0xC49D28) is known color: Nugget. HEX triplet: C4, 9D and 28. RGB value is (196,157,40). Sum of RGB (Red+Green+Blue) = 196+157+40=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D28 is #3B62D7. Grayscale: #9B9B9B. Windows color (decimal): -3891928 or 2661828. OLE color: 2661828.

HSL color Cylindrical-coordinate representation of color #C49D28: hue angle of 45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C49D28 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 40 -
CMYK 0 0.20 0.80 0.23
HSL 45º 0.66% 0.46% -
HSV(B) 45º 0.8% 0.77% -
XYZ 35.2 36 7.1 -
YUV 155.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 196 157 40 0 0.20 0.80 0.23 45 0.66 0.46
Hex C4 9D 28 0 14 50 17 2D 42 2E
Octal 304 235 50 0 24 120 27 55 102 56
Binary 11000100 10011101 101000 0 10100 1010000 10111 101101 1000010 101110

Color Harmonies of #C49D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D28

Black with #C49D28

Text Example


Text Example

White with #C49D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D28; }

 p { color: rgb(196,157,40); }

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

background-color css

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

 a { background-color: rgb(196,157,40); }

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

border-color css

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

 span { border-color: rgb(196,157,40); }

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