Html Css Color HEX #C79630 Nugget

📋 copy color: '#C79630'

red 199 ◦ green 150 ◦ blue 48

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

Shades of Nugget #C79630

Tints of Nugget #C79630

RGB

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

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

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

R = 50.13%
G = 37.78%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C79630 (or 0xC79630) is known color: Nugget. HEX triplet: C7, 96 and 30. RGB value is (199,150,48). Sum of RGB (Red+Green+Blue) = 199+150+48=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C79630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79630 is #3869CF. Grayscale: #999999. Windows color (decimal): -3697104 or 3184327. OLE color: 3184327.

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

Color convert

RGB 199 150 48 -
CMYK 0 0.25 0.76 0.22
HSL 40.53º 0.61% 0.48% -
HSV(B) 40.53º 0.76% 0.78% -
XYZ 34.99 34.17 7.55 -
YUV 153.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 199 150 48 0 0.25 0.76 0.22 40.53 0.61 0.48
Hex C7 96 30 0 19 4C 16 29 3D 30
Octal 307 226 60 0 31 114 26 51 75 60
Binary 11000111 10010110 110000 0 11001 1001100 10110 101001 111101 110000

Color Harmonies of #C79630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79630

Black with #C79630

Text Example


Text Example

White with #C79630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79630; }

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

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

background-color css

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

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

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

border-color css

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

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

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