Html Css Color HEX #C79628 Nugget

📋 copy color: '#C79628'

red 199 ◦ green 150 ◦ blue 40

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

Shades of Nugget #C79628

Tints of Nugget #C79628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 51.16%
G = 38.56%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C79628 (or 0xC79628) is known color: Nugget. HEX triplet: C7, 96 and 28. RGB value is (199,150,40). Sum of RGB (Red+Green+Blue) = 199+150+40=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C79628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79628 is #3869D7. Grayscale: #989898. Windows color (decimal): -3697112 or 2660039. OLE color: 2660039.

HSL color Cylindrical-coordinate representation of color #C79628: hue angle of 41.51º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C79628 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 40 -
CMYK 0 0.25 0.80 0.22
HSL 41.51º 0.67% 0.47% -
HSV(B) 41.51º 0.8% 0.78% -
XYZ 34.84 34.11 6.75 -
YUV 152.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 199 150 40 0 0.25 0.80 0.22 41.51 0.67 0.47
Hex C7 96 28 0 19 50 16 2A 43 2F
Octal 307 226 50 0 31 120 26 52 103 57
Binary 11000111 10010110 101000 0 11001 1010000 10110 101010 1000011 101111

Color Harmonies of #C79628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79628

Black with #C79628

Text Example


Text Example

White with #C79628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79628; }

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

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

background-color css

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

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

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

border-color css

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

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

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