Html Css Color HEX #C79327 Nugget

📋 copy color: '#C79327'

red 199 ◦ green 147 ◦ blue 39

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

Shades of Nugget #C79327

Tints of Nugget #C79327

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 39 (15.63% from 255) = 10.13%

R = 51.69%
G = 38.18%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C79327 (or 0xC79327) is known color: Nugget. HEX triplet: C7, 93 and 27. RGB value is (199,147,39). Sum of RGB (Red+Green+Blue) = 199+147+39=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C79327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79327 is #386CD8. Grayscale: #969696. Windows color (decimal): -3697881 or 2593735. OLE color: 2593735.

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

Color convert

RGB 199 147 39 -
CMYK 0 0.26 0.80 0.22
HSL 40.5º 0.67% 0.47% -
HSV(B) 40.5º 0.8% 0.78% -
XYZ 34.35 33.16 6.51 -
YUV 150.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 199 147 39 0 0.26 0.80 0.22 40.5 0.67 0.47
Hex C7 93 27 0 1A 50 16 28 43 2F
Octal 307 223 47 0 32 120 26 50 103 57
Binary 11000111 10010011 100111 0 11010 1010000 10110 101000 1000011 101111

Color Harmonies of #C79327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79327

Black with #C79327

Text Example


Text Example

White with #C79327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79327; }

 p { color: rgb(199,147,39); }

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

background-color css

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

 a { background-color: rgb(199,147,39); }

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

border-color css

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

 span { border-color: rgb(199,147,39); }

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