Html Css Color HEX #C79121 Nugget

📋 copy color: '#C79121'

red 199 ◦ green 145 ◦ blue 33

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

Shades of Nugget #C79121

Tints of Nugget #C79121

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 52.79%
G = 38.46%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C79121 (or 0xC79121) is known color: Nugget. HEX triplet: C7, 91 and 21. RGB value is (199,145,33). Sum of RGB (Red+Green+Blue) = 199+145+33=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C79121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79121 is #386EDE. Grayscale: #949494. Windows color (decimal): -3698399 or 2200007. OLE color: 2200007.

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

Color convert

RGB 199 145 33 -
CMYK 0 0.27 0.83 0.22
HSL 40.48º 0.72% 0.45% -
HSV(B) 40.48º 0.83% 0.78% -
XYZ 33.95 32.5 5.92 -
YUV 148.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 199 145 33 0 0.27 0.83 0.22 40.48 0.72 0.45
Hex C7 91 21 0 1B 53 16 28 48 2D
Octal 307 221 41 0 33 123 26 50 110 55
Binary 11000111 10010001 100001 0 11011 1010011 10110 101000 1001000 101101

Color Harmonies of #C79121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79121

Black with #C79121

Text Example


Text Example

White with #C79121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79121; }

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

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

background-color css

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

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

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

border-color css

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

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

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