Html Css Color HEX #C49830 Nugget

📋 copy color: '#C49830'

red 196 ◦ green 152 ◦ blue 48

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

Shades of Nugget #C49830

Tints of Nugget #C49830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.38%

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

R = 49.49%
G = 38.38%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C49830 (or 0xC49830) is known color: Nugget. HEX triplet: C4, 98 and 30. RGB value is (196,152,48). Sum of RGB (Red+Green+Blue) = 196+152+48=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C49830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49830 is #3B67CF. Grayscale: #999999. Windows color (decimal): -3893200 or 3184836. OLE color: 3184836.

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

Color convert

RGB 196 152 48 -
CMYK 0 0.22 0.76 0.23
HSL 42.16º 0.61% 0.48% -
HSV(B) 42.16º 0.76% 0.77% -
XYZ 34.53 34.41 7.62 -
YUV 153.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 196 152 48 0 0.22 0.76 0.23 42.16 0.61 0.48
Hex C4 98 30 0 16 4C 17 2A 3D 30
Octal 304 230 60 0 26 114 27 52 75 60
Binary 11000100 10011000 110000 0 10110 1001100 10111 101010 111101 110000

Color Harmonies of #C49830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49830

Black with #C49830

Text Example


Text Example

White with #C49830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49830; }

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

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

background-color css

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

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

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

border-color css

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

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

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