Html Css Color HEX #C79527 Nugget

📋 copy color: '#C79527'

red 199 ◦ green 149 ◦ blue 39

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

Shades of Nugget #C79527

Tints of Nugget #C79527

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 51.42%
G = 38.5%
B = 10.08%

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

#C79527 (or 0xC79527) is known color: Nugget. HEX triplet: C7, 95 and 27. RGB value is (199,149,39). Sum of RGB (Red+Green+Blue) = 199+149+39=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C79527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79527 is #386AD8. Grayscale: #979797. Windows color (decimal): -3697369 or 2594247. OLE color: 2594247.

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

Color convert

RGB 199 149 39 -
CMYK 0 0.25 0.80 0.22
HSL 41.25º 0.67% 0.47% -
HSV(B) 41.25º 0.8% 0.78% -
XYZ 34.67 33.78 6.61 -
YUV 151.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 199 149 39 0 0.25 0.80 0.22 41.25 0.67 0.47
Hex C7 95 27 0 19 50 16 29 43 2F
Octal 307 225 47 0 31 120 26 51 103 57
Binary 11000111 10010101 100111 0 11001 1010000 10110 101001 1000011 101111

Color Harmonies of #C79527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79527

Black with #C79527

Text Example


Text Example

White with #C79527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79527; }

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

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

background-color css

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

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

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

border-color css

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

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

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