Html Css Color HEX #C79226 Nugget

📋 copy color: '#C79226'

red 199 ◦ green 146 ◦ blue 38

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

Shades of Nugget #C79226

Tints of Nugget #C79226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 51.96%
G = 38.12%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C79226 (or 0xC79226) is known color: Nugget. HEX triplet: C7, 92 and 26. RGB value is (199,146,38). Sum of RGB (Red+Green+Blue) = 199+146+38=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C79226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79226 is #386DD9. Grayscale: #969696. Windows color (decimal): -3698138 or 2527943. OLE color: 2527943.

HSL color Cylindrical-coordinate representation of color #C79226: hue angle of 40.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C79226 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 146 38 -
CMYK 0 0.27 0.81 0.22
HSL 40.25º 0.68% 0.46% -
HSV(B) 40.25º 0.81% 0.78% -
XYZ 34.18 32.84 6.37 -
YUV 149.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 199 146 38 0 0.27 0.81 0.22 40.25 0.68 0.46
Hex C7 92 26 0 1B 51 16 28 44 2E
Octal 307 222 46 0 33 121 26 50 104 56
Binary 11000111 10010010 100110 0 11011 1010001 10110 101000 1000100 101110

Color Harmonies of #C79226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79226

Black with #C79226

Text Example


Text Example

White with #C79226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79226; }

 p { color: rgb(199,146,38); }

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

background-color css

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

 a { background-color: rgb(199,146,38); }

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

border-color css

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

 span { border-color: rgb(199,146,38); }

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