Html Css Color HEX #C79321 Nugget

📋 copy color: '#C79321'

red 199 ◦ green 147 ◦ blue 33

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

Shades of Nugget #C79321

Tints of Nugget #C79321

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

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

R = 52.51%
G = 38.79%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C79321 (or 0xC79321) is known color: Nugget. HEX triplet: C7, 93 and 21. RGB value is (199,147,33). Sum of RGB (Red+Green+Blue) = 199+147+33=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C79321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79321 is #386CDE. Grayscale: #969696. Windows color (decimal): -3697887 or 2200519. OLE color: 2200519.

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

Color convert

RGB 199 147 33 -
CMYK 0 0.26 0.83 0.22
HSL 41.2º 0.72% 0.45% -
HSV(B) 41.2º 0.83% 0.78% -
XYZ 34.26 33.12 6.03 -
YUV 149.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 199 147 33 0 0.26 0.83 0.22 41.2 0.72 0.45
Hex C7 93 21 0 1A 53 16 29 48 2D
Octal 307 223 41 0 32 123 26 51 110 55
Binary 11000111 10010011 100001 0 11010 1010011 10110 101001 1001000 101101

Color Harmonies of #C79321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79321

Black with #C79321

Text Example


Text Example

White with #C79321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79321; }

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

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

background-color css

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

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

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

border-color css

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

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

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