Html Css Color HEX #C79B28 Nugget

📋 copy color: '#C79B28'

red 199 ◦ green 155 ◦ blue 40

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

Shades of Nugget #C79B28

Tints of Nugget #C79B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.15%

R = 50.51%
G = 39.34%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C79B28 (or 0xC79B28) is known color: Nugget. HEX triplet: C7, 9B and 28. RGB value is (199,155,40). Sum of RGB (Red+Green+Blue) = 199+155+40=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79B28 is #3864D7. Grayscale: #9B9B9B. Windows color (decimal): -3695832 or 2661319. OLE color: 2661319.

HSL color Cylindrical-coordinate representation of color #C79B28: hue angle of 43.4º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C79B28 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 155 40 -
CMYK 0 0.22 0.80 0.22
HSL 43.4º 0.67% 0.47% -
HSV(B) 43.4º 0.8% 0.78% -
XYZ 35.66 35.74 7.03 -
YUV 155.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 199 155 40 0 0.22 0.80 0.22 43.4 0.67 0.47
Hex C7 9B 28 0 16 50 16 2B 43 2F
Octal 307 233 50 0 26 120 26 53 103 57
Binary 11000111 10011011 101000 0 10110 1010000 10110 101011 1000011 101111

Color Harmonies of #C79B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79B28

Black with #C79B28

Text Example


Text Example

White with #C79B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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