Html Css Color HEX #C59327 Nugget

📋 copy color: '#C59327'

red 197 ◦ green 147 ◦ blue 39

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

Shades of Nugget #C59327

Tints of Nugget #C59327

RGB

 RED value IS 197 (77.34% from 255) = 51.44%

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

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

R = 51.44%
G = 38.38%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C59327 (or 0xC59327) is known color: Nugget. HEX triplet: C5, 93 and 27. RGB value is (197,147,39). Sum of RGB (Red+Green+Blue) = 197+147+39=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C59327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59327 is #3A6CD8. Grayscale: #969696. Windows color (decimal): -3828953 or 2593733. OLE color: 2593733.

HSL color Cylindrical-coordinate representation of color #C59327: hue angle of 41.01º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C59327 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 147 39 -
CMYK 0 0.25 0.80 0.23
HSL 41.01º 0.67% 0.46% -
HSV(B) 41.01º 0.8% 0.77% -
XYZ 33.83 32.88 6.48 -
YUV 149.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 197 147 39 0 0.25 0.80 0.23 41.01 0.67 0.46
Hex C5 93 27 0 19 50 17 29 43 2E
Octal 305 223 47 0 31 120 27 51 103 56
Binary 11000101 10010011 100111 0 11001 1010000 10111 101001 1000011 101110

Color Harmonies of #C59327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59327

Black with #C59327

Text Example


Text Example

White with #C59327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59327; }

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

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

background-color css

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

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

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

border-color css

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

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

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