Html Css Color HEX #C79529 Nugget

📋 copy color: '#C79529'

red 199 ◦ green 149 ◦ blue 41

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

Shades of Nugget #C79529

Tints of Nugget #C79529

RGB

 RED value IS 199 (78.13% from 255) = 51.16%

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 41 (16.41% from 255) = 10.54%

R = 51.16%
G = 38.3%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C79529 (or 0xC79529) is known color: Nugget. HEX triplet: C7, 95 and 29. RGB value is (199,149,41). Sum of RGB (Red+Green+Blue) = 199+149+41=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C79529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79529 is #386AD6. Grayscale: #989898. Windows color (decimal): -3697367 or 2725319. OLE color: 2725319.

HSL color Cylindrical-coordinate representation of color #C79529: hue angle of 41.01º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C79529 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 41 -
CMYK 0 0.25 0.79 0.22
HSL 41.01º 0.66% 0.47% -
HSV(B) 41.01º 0.79% 0.78% -
XYZ 34.7 33.8 6.79 -
YUV 151.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 199 149 41 0 0.25 0.79 0.22 41.01 0.66 0.47
Hex C7 95 29 0 19 4F 16 29 42 2F
Octal 307 225 51 0 31 117 26 51 102 57
Binary 11000111 10010101 101001 0 11001 1001111 10110 101001 1000010 101111

Color Harmonies of #C79529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79529

Black with #C79529

Text Example


Text Example

White with #C79529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79529; }

 p { color: rgb(199,149,41); }

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

background-color css

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

 a { background-color: rgb(199,149,41); }

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

border-color css

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

 span { border-color: rgb(199,149,41); }

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