Html Css Color HEX #C79020 Nugget

📋 copy color: '#C79020'

red 199 ◦ green 144 ◦ blue 32

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

Shades of Nugget #C79020

Tints of Nugget #C79020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 53.07%
G = 38.4%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C79020 (or 0xC79020) is known color: Nugget. HEX triplet: C7, 90 and 20. RGB value is (199,144,32). Sum of RGB (Red+Green+Blue) = 199+144+32=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C79020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79020 is #386FDF. Grayscale: #949494. Windows color (decimal): -3698656 or 2134215. OLE color: 2134215.

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

Color convert

RGB 199 144 32 -
CMYK 0 0.28 0.84 0.22
HSL 40.24º 0.72% 0.45% -
HSV(B) 40.24º 0.84% 0.78% -
XYZ 33.79 32.19 5.8 -
YUV 147.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 199 144 32 0 0.28 0.84 0.22 40.24 0.72 0.45
Hex C7 90 20 0 1C 54 16 28 48 2D
Octal 307 220 40 0 34 124 26 50 110 55
Binary 11000111 10010000 100000 0 11100 1010100 10110 101000 1001000 101101

Color Harmonies of #C79020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79020

Black with #C79020

Text Example


Text Example

White with #C79020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79020; }

 p { color: rgb(199,144,32); }

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

background-color css

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

 a { background-color: rgb(199,144,32); }

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

border-color css

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

 span { border-color: rgb(199,144,32); }

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