Html Css Color HEX #C79925 Nugget

📋 copy color: '#C79925'

red 199 ◦ green 153 ◦ blue 37

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

Shades of Nugget #C79925

Tints of Nugget #C79925

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

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

R = 51.16%
G = 39.33%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C79925 (or 0xC79925) is known color: Nugget. HEX triplet: C7, 99 and 25. RGB value is (199,153,37). Sum of RGB (Red+Green+Blue) = 199+153+37=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C79925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79925 is #3866DA. Grayscale: #9A9A9A. Windows color (decimal): -3696347 or 2464199. OLE color: 2464199.

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

Color convert

RGB 199 153 37 -
CMYK 0 0.23 0.81 0.22
HSL 42.96º 0.69% 0.46% -
HSV(B) 42.96º 0.81% 0.78% -
XYZ 35.28 35.06 6.66 -
YUV 153.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 199 153 37 0 0.23 0.81 0.22 42.96 0.69 0.46
Hex C7 99 25 0 17 51 16 2B 45 2E
Octal 307 231 45 0 27 121 26 53 105 56
Binary 11000111 10011001 100101 0 10111 1010001 10110 101011 1000101 101110

Color Harmonies of #C79925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79925

Black with #C79925

Text Example


Text Example

White with #C79925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79925; }

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

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

background-color css

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

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

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

border-color css

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

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

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