Html Css Color HEX #C79830 Nugget

📋 copy color: '#C79830'

red 199 ◦ green 152 ◦ blue 48

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

Shades of Nugget #C79830

Tints of Nugget #C79830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 48 (19.14% from 255) = 12.03%

R = 49.87%
G = 38.1%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C79830 (or 0xC79830) is known color: Nugget. HEX triplet: C7, 98 and 30. RGB value is (199,152,48). Sum of RGB (Red+Green+Blue) = 199+152+48=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C79830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79830 is #3867CF. Grayscale: #9A9A9A. Windows color (decimal): -3696592 or 3184839. OLE color: 3184839.

HSL color Cylindrical-coordinate representation of color #C79830: hue angle of 41.32º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C79830 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 152 48 -
CMYK 0 0.24 0.76 0.22
HSL 41.32º 0.61% 0.48% -
HSV(B) 41.32º 0.76% 0.78% -
XYZ 35.31 34.81 7.65 -
YUV 154.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 199 152 48 0 0.24 0.76 0.22 41.32 0.61 0.48
Hex C7 98 30 0 18 4C 16 29 3D 30
Octal 307 230 60 0 30 114 26 51 75 60
Binary 11000111 10011000 110000 0 11000 1001100 10110 101001 111101 110000

Color Harmonies of #C79830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79830

Black with #C79830

Text Example


Text Example

White with #C79830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79830; }

 p { color: rgb(199,152,48); }

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

background-color css

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

 a { background-color: rgb(199,152,48); }

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

border-color css

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

 span { border-color: rgb(199,152,48); }

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