Html Css Color HEX #C79526 Nugget

📋 copy color: '#C79526'

red 199 ◦ green 149 ◦ blue 38

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

Shades of Nugget #C79526

Tints of Nugget #C79526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.84%

R = 51.55%
G = 38.6%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C79526 (or 0xC79526) is known color: Nugget. HEX triplet: C7, 95 and 26. RGB value is (199,149,38). Sum of RGB (Red+Green+Blue) = 199+149+38=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C79526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79526 is #386AD9. Grayscale: #979797. Windows color (decimal): -3697370 or 2528711. OLE color: 2528711.

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

Color convert

RGB 199 149 38 -
CMYK 0 0.25 0.81 0.22
HSL 41.37º 0.68% 0.46% -
HSV(B) 41.37º 0.81% 0.78% -
XYZ 34.65 33.78 6.53 -
YUV 151.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 199 149 38 0 0.25 0.81 0.22 41.37 0.68 0.46
Hex C7 95 26 0 19 51 16 29 44 2E
Octal 307 225 46 0 31 121 26 51 104 56
Binary 11000111 10010101 100110 0 11001 1010001 10110 101001 1000100 101110

Color Harmonies of #C79526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79526

Black with #C79526

Text Example


Text Example

White with #C79526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79526; }

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

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

background-color css

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

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

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

border-color css

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

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

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