Html Css Color HEX #C49730 Nugget

📋 copy color: '#C49730'

red 196 ◦ green 151 ◦ blue 48

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

Shades of Nugget #C49730

Tints of Nugget #C49730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

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

R = 49.62%
G = 38.23%
B = 12.15%

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

#C49730 (or 0xC49730) is known color: Nugget. HEX triplet: C4, 97 and 30. RGB value is (196,151,48). Sum of RGB (Red+Green+Blue) = 196+151+48=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C49730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49730 is #3B68CF. Grayscale: #999999. Windows color (decimal): -3893456 or 3184580. OLE color: 3184580.

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

Color convert

RGB 196 151 48 -
CMYK 0 0.23 0.76 0.23
HSL 41.76º 0.61% 0.48% -
HSV(B) 41.76º 0.76% 0.77% -
XYZ 34.37 34.08 7.56 -
YUV 152.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 196 151 48 0 0.23 0.76 0.23 41.76 0.61 0.48
Hex C4 97 30 0 17 4C 17 2A 3D 30
Octal 304 227 60 0 27 114 27 52 75 60
Binary 11000100 10010111 110000 0 10111 1001100 10111 101010 111101 110000

Color Harmonies of #C49730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49730

Black with #C49730

Text Example


Text Example

White with #C49730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49730; }

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

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

background-color css

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

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

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

border-color css

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

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

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