Html Css Color HEX #C79524 Nugget

📋 copy color: '#C79524'

red 199 ◦ green 149 ◦ blue 36

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

Shades of Nugget #C79524

Tints of Nugget #C79524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.38%

R = 51.82%
G = 38.8%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C79524 (or 0xC79524) is known color: Nugget. HEX triplet: C7, 95 and 24. RGB value is (199,149,36). Sum of RGB (Red+Green+Blue) = 199+149+36=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C79524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79524 is #386ADB. Grayscale: #979797. Windows color (decimal): -3697372 or 2397639. OLE color: 2397639.

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

Color convert

RGB 199 149 36 -
CMYK 0 0.25 0.82 0.22
HSL 41.6º 0.69% 0.46% -
HSV(B) 41.6º 0.82% 0.78% -
XYZ 34.62 33.76 6.36 -
YUV 151.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 199 149 36 0 0.25 0.82 0.22 41.6 0.69 0.46
Hex C7 95 24 0 19 52 16 2A 45 2E
Octal 307 225 44 0 31 122 26 52 105 56
Binary 11000111 10010101 100100 0 11001 1010010 10110 101010 1000101 101110

Color Harmonies of #C79524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79524

Black with #C79524

Text Example


Text Example

White with #C79524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79524; }

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

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

background-color css

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

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

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

border-color css

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

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

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