Html Css Color HEX #C79528 Nugget

📋 copy color: '#C79528'

red 199 ◦ green 149 ◦ blue 40

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

Shades of Nugget #C79528

Tints of Nugget #C79528

RGB

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

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

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

R = 51.29%
G = 38.4%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C79528 (or 0xC79528) is known color: Nugget. HEX triplet: C7, 95 and 28. RGB value is (199,149,40). Sum of RGB (Red+Green+Blue) = 199+149+40=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C79528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79528 is #386AD7. Grayscale: #989898. Windows color (decimal): -3697368 or 2659783. OLE color: 2659783.

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

Color convert

RGB 199 149 40 -
CMYK 0 0.25 0.80 0.22
HSL 41.13º 0.67% 0.47% -
HSV(B) 41.13º 0.8% 0.78% -
XYZ 34.68 33.79 6.7 -
YUV 151.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 199 149 40 0 0.25 0.80 0.22 41.13 0.67 0.47
Hex C7 95 28 0 19 50 16 29 43 2F
Octal 307 225 50 0 31 120 26 51 103 57
Binary 11000111 10010101 101000 0 11001 1010000 10110 101001 1000011 101111

Color Harmonies of #C79528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79528

Black with #C79528

Text Example


Text Example

White with #C79528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79528; }

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

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

background-color css

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

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

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

border-color css

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

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

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