Html Css Color HEX #C79726 Nugget

📋 copy color: '#C79726'

red 199 ◦ green 151 ◦ blue 38

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

Shades of Nugget #C79726

Tints of Nugget #C79726

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 51.29%
G = 38.92%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C79726 (or 0xC79726) is known color: Nugget. HEX triplet: C7, 97 and 26. RGB value is (199,151,38). Sum of RGB (Red+Green+Blue) = 199+151+38=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C79726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79726 is #3868D9. Grayscale: #989898. Windows color (decimal): -3696858 or 2529223. OLE color: 2529223.

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

Color convert

RGB 199 151 38 -
CMYK 0 0.24 0.81 0.22
HSL 42.11º 0.68% 0.46% -
HSV(B) 42.11º 0.81% 0.78% -
XYZ 34.97 34.42 6.63 -
YUV 152.47 63.4 161.19 -
System Red Green Blue C M Y K H S L
Decimal 199 151 38 0 0.24 0.81 0.22 42.11 0.68 0.46
Hex C7 97 26 0 18 51 16 2A 44 2E
Octal 307 227 46 0 30 121 26 52 104 56
Binary 11000111 10010111 100110 0 11000 1010001 10110 101010 1000100 101110

Color Harmonies of #C79726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79726

Black with #C79726

Text Example


Text Example

White with #C79726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79726; }

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

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

background-color css

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

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

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

border-color css

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

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

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