Html Css Color HEX #C79627 Nugget

📋 copy color: '#C79627'

red 199 ◦ green 150 ◦ blue 39

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

Shades of Nugget #C79627

Tints of Nugget #C79627

RGB

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

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

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

R = 51.29%
G = 38.66%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C79627 (or 0xC79627) is known color: Nugget. HEX triplet: C7, 96 and 27. RGB value is (199,150,39). Sum of RGB (Red+Green+Blue) = 199+150+39=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C79627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79627 is #3869D8. Grayscale: #989898. Windows color (decimal): -3697113 or 2594503. OLE color: 2594503.

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

Color convert

RGB 199 150 39 -
CMYK 0 0.25 0.80 0.22
HSL 41.63º 0.67% 0.47% -
HSV(B) 41.63º 0.8% 0.78% -
XYZ 34.83 34.1 6.67 -
YUV 152 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 199 150 39 0 0.25 0.80 0.22 41.63 0.67 0.47
Hex C7 96 27 0 19 50 16 2A 43 2F
Octal 307 226 47 0 31 120 26 52 103 57
Binary 11000111 10010110 100111 0 11001 1010000 10110 101010 1000011 101111

Color Harmonies of #C79627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79627

Black with #C79627

Text Example


Text Example

White with #C79627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79627; }

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

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

background-color css

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

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

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

border-color css

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

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

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