Html Css Color HEX #C49630 Nugget

📋 copy color: '#C49630'

red 196 ◦ green 150 ◦ blue 48

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

Shades of Nugget #C49630

Tints of Nugget #C49630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.18%

R = 49.75%
G = 38.07%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C49630 (or 0xC49630) is known color: Nugget. HEX triplet: C4, 96 and 30. RGB value is (196,150,48). Sum of RGB (Red+Green+Blue) = 196+150+48=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C49630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49630 is #3B69CF. Grayscale: #989898. Windows color (decimal): -3893712 or 3184324. OLE color: 3184324.

HSL color Cylindrical-coordinate representation of color #C49630: hue angle of 41.35º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C49630 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 48 -
CMYK 0 0.23 0.76 0.23
HSL 41.35º 0.61% 0.48% -
HSV(B) 41.35º 0.76% 0.77% -
XYZ 34.2 33.76 7.51 -
YUV 152.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 196 150 48 0 0.23 0.76 0.23 41.35 0.61 0.48
Hex C4 96 30 0 17 4C 17 29 3D 30
Octal 304 226 60 0 27 114 27 51 75 60
Binary 11000100 10010110 110000 0 10111 1001100 10111 101001 111101 110000

Color Harmonies of #C49630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49630

Black with #C49630

Text Example


Text Example

White with #C49630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49630; }

 p { color: rgb(196,150,48); }

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

background-color css

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

 a { background-color: rgb(196,150,48); }

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

border-color css

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

 span { border-color: rgb(196,150,48); }

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