Html Css Color HEX #C79525 Nugget

📋 copy color: '#C79525'

red 199 ◦ green 149 ◦ blue 37

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

Shades of Nugget #C79525

Tints of Nugget #C79525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.61%

R = 51.69%
G = 38.7%
B = 9.61%

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

#C79525 (or 0xC79525) is known color: Nugget. HEX triplet: C7, 95 and 25. RGB value is (199,149,37). Sum of RGB (Red+Green+Blue) = 199+149+37=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C79525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79525 is #386ADA. Grayscale: #979797. Windows color (decimal): -3697371 or 2463175. OLE color: 2463175.

HSL color Cylindrical-coordinate representation of color #C79525: hue angle of 41.48º degrees, saturation: 0.69, 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 #C79525 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 37 -
CMYK 0 0.25 0.81 0.22
HSL 41.48º 0.69% 0.46% -
HSV(B) 41.48º 0.81% 0.78% -
XYZ 34.63 33.77 6.44 -
YUV 151.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 199 149 37 0 0.25 0.81 0.22 41.48 0.69 0.46
Hex C7 95 25 0 19 51 16 29 45 2E
Octal 307 225 45 0 31 121 26 51 105 56
Binary 11000111 10010101 100101 0 11001 1010001 10110 101001 1000101 101110

Color Harmonies of #C79525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79525

Black with #C79525

Text Example


Text Example

White with #C79525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79525; }

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

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

background-color css

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

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

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

border-color css

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

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

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