Html Css Color HEX #C49127 Nugget

📋 copy color: '#C49127'

red 196 ◦ green 145 ◦ blue 39

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

Shades of Nugget #C49127

Tints of Nugget #C49127

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.16%

 BLUE value IS 39 (15.63% from 255) = 10.26%

R = 51.58%
G = 38.16%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C49127 (or 0xC49127) is known color: Nugget. HEX triplet: C4, 91 and 27. RGB value is (196,145,39). Sum of RGB (Red+Green+Blue) = 196+145+39=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C49127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49127 is #3B6ED8. Grayscale: #949494. Windows color (decimal): -3895001 or 2593220. OLE color: 2593220.

HSL color Cylindrical-coordinate representation of color #C49127: hue angle of 40.51º degrees, saturation: 0.67, 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 #C49127 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 39 -
CMYK 0 0.26 0.80 0.23
HSL 40.51º 0.67% 0.46% -
HSV(B) 40.51º 0.8% 0.77% -
XYZ 33.26 32.13 6.37 -
YUV 148.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 196 145 39 0 0.26 0.80 0.23 40.51 0.67 0.46
Hex C4 91 27 0 1A 50 17 29 43 2E
Octal 304 221 47 0 32 120 27 51 103 56
Binary 11000100 10010001 100111 0 11010 1010000 10111 101001 1000011 101110

Color Harmonies of #C49127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49127

Black with #C49127

Text Example


Text Example

White with #C49127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49127; }

 p { color: rgb(196,145,39); }

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

background-color css

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

 a { background-color: rgb(196,145,39); }

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

border-color css

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

 span { border-color: rgb(196,145,39); }

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