Html Css Color HEX #C49327 Nugget

📋 copy color: '#C49327'

red 196 ◦ green 147 ◦ blue 39

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

Shades of Nugget #C49327

Tints of Nugget #C49327

RGB

 RED value IS 196 (76.95% from 255) = 51.31%

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

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

R = 51.31%
G = 38.48%
B = 10.21%

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

#C49327 (or 0xC49327) is known color: Nugget. HEX triplet: C4, 93 and 27. RGB value is (196,147,39). Sum of RGB (Red+Green+Blue) = 196+147+39=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C49327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49327 is #3B6CD8. Grayscale: #959595. Windows color (decimal): -3894489 or 2593732. OLE color: 2593732.

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

Color convert

RGB 196 147 39 -
CMYK 0 0.25 0.80 0.23
HSL 41.27º 0.67% 0.46% -
HSV(B) 41.27º 0.8% 0.77% -
XYZ 33.56 32.75 6.47 -
YUV 149.34 65.73 161.28 -
System Red Green Blue C M Y K H S L
Decimal 196 147 39 0 0.25 0.80 0.23 41.27 0.67 0.46
Hex C4 93 27 0 19 50 17 29 43 2E
Octal 304 223 47 0 31 120 27 51 103 56
Binary 11000100 10010011 100111 0 11001 1010000 10111 101001 1000011 101110

Color Harmonies of #C49327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49327

Black with #C49327

Text Example


Text Example

White with #C49327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49327; }

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

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

background-color css

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

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

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

border-color css

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

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

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