Html Css Color HEX #C79626 Nugget

📋 copy color: '#C79626'

red 199 ◦ green 150 ◦ blue 38

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

Shades of Nugget #C79626

Tints of Nugget #C79626

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

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

R = 51.42%
G = 38.76%
B = 9.82%

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

#C79626 (or 0xC79626) is known color: Nugget. HEX triplet: C7, 96 and 26. RGB value is (199,150,38). Sum of RGB (Red+Green+Blue) = 199+150+38=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C79626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79626 is #3869D9. Grayscale: #989898. Windows color (decimal): -3697114 or 2528967. OLE color: 2528967.

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

Color convert

RGB 199 150 38 -
CMYK 0 0.25 0.81 0.22
HSL 41.74º 0.68% 0.46% -
HSV(B) 41.74º 0.81% 0.78% -
XYZ 34.81 34.09 6.58 -
YUV 151.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 199 150 38 0 0.25 0.81 0.22 41.74 0.68 0.46
Hex C7 96 26 0 19 51 16 2A 44 2E
Octal 307 226 46 0 31 121 26 52 104 56
Binary 11000111 10010110 100110 0 11001 1010001 10110 101010 1000100 101110

Color Harmonies of #C79626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79626

Black with #C79626

Text Example


Text Example

White with #C79626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79626; }

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

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

background-color css

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

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

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

border-color css

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

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

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