Html Css Color HEX #C79B32 Nugget

📋 copy color: '#C79B32'

red 199 ◦ green 155 ◦ blue 50

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

Shades of Nugget #C79B32

Tints of Nugget #C79B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 50 (19.92% from 255) = 12.38%

R = 49.26%
G = 38.37%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C79B32 (or 0xC79B32) is known color: Nugget. HEX triplet: C7, 9B and 32. RGB value is (199,155,50). Sum of RGB (Red+Green+Blue) = 199+155+50=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79B32 is #3864CD. Grayscale: #9C9C9C. Windows color (decimal): -3695822 or 3316679. OLE color: 3316679.

HSL color Cylindrical-coordinate representation of color #C79B32: hue angle of 42.28º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C79B32 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 155 50 -
CMYK 0 0.22 0.75 0.22
HSL 42.28º 0.6% 0.49% -
HSV(B) 42.28º 0.75% 0.78% -
XYZ 35.85 35.82 8.04 -
YUV 156.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 199 155 50 0 0.22 0.75 0.22 42.28 0.6 0.49
Hex C7 9B 32 0 16 4B 16 2A 3C 31
Octal 307 233 62 0 26 113 26 52 74 61
Binary 11000111 10011011 110010 0 10110 1001011 10110 101010 111100 110001

Color Harmonies of #C79B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79B32

Black with #C79B32

Text Example


Text Example

White with #C79B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79B32; }

 p { color: rgb(199,155,50); }

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

background-color css

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

 a { background-color: rgb(199,155,50); }

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

border-color css

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

 span { border-color: rgb(199,155,50); }

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