Html Css Color HEX #C79621 Nugget

📋 copy color: '#C79621'

red 199 ◦ green 150 ◦ blue 33

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

Shades of Nugget #C79621

Tints of Nugget #C79621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 52.09%
G = 39.27%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C79621 (or 0xC79621) is known color: Nugget. HEX triplet: C7, 96 and 21. RGB value is (199,150,33). Sum of RGB (Red+Green+Blue) = 199+150+33=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C79621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79621 is #3869DE. Grayscale: #979797. Windows color (decimal): -3697119 or 2201287. OLE color: 2201287.

HSL color Cylindrical-coordinate representation of color #C79621: hue angle of 42.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C79621 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 33 -
CMYK 0 0.25 0.83 0.22
HSL 42.29º 0.72% 0.45% -
HSV(B) 42.29º 0.83% 0.78% -
XYZ 34.73 34.06 6.18 -
YUV 151.31 61.23 162.01 -
System Red Green Blue C M Y K H S L
Decimal 199 150 33 0 0.25 0.83 0.22 42.29 0.72 0.45
Hex C7 96 21 0 19 53 16 2A 48 2D
Octal 307 226 41 0 31 123 26 52 110 55
Binary 11000111 10010110 100001 0 11001 1010011 10110 101010 1001000 101101

Color Harmonies of #C79621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79621

Black with #C79621

Text Example


Text Example

White with #C79621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79621; }

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

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

background-color css

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

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

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

border-color css

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

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

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