Html Css Color HEX #C79425 Nugget

📋 copy color: '#C79425'

red 199 ◦ green 148 ◦ blue 37

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

Shades of Nugget #C79425

Tints of Nugget #C79425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

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

R = 51.82%
G = 38.54%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C79425 (or 0xC79425) is known color: Nugget. HEX triplet: C7, 94 and 25. RGB value is (199,148,37). Sum of RGB (Red+Green+Blue) = 199+148+37=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C79425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79425 is #386BDA. Grayscale: #979797. Windows color (decimal): -3697627 or 2462919. OLE color: 2462919.

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

Color convert

RGB 199 148 37 -
CMYK 0 0.26 0.81 0.22
HSL 41.11º 0.69% 0.46% -
HSV(B) 41.11º 0.81% 0.78% -
XYZ 34.48 33.46 6.39 -
YUV 150.6 63.9 162.53 -
System Red Green Blue C M Y K H S L
Decimal 199 148 37 0 0.26 0.81 0.22 41.11 0.69 0.46
Hex C7 94 25 0 1A 51 16 29 45 2E
Octal 307 224 45 0 32 121 26 51 105 56
Binary 11000111 10010100 100101 0 11010 1010001 10110 101001 1000101 101110

Color Harmonies of #C79425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79425

Black with #C79425

Text Example


Text Example

White with #C79425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79425; }

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

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

background-color css

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

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

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

border-color css

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

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

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