Html Css Color HEX #C48D1D Nugget

📋 copy color: '#C48D1D'

red 196 ◦ green 141 ◦ blue 29

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

Shades of Nugget #C48D1D

Tints of Nugget #C48D1D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 53.55%
G = 38.52%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C48D1D (or 0xC48D1D) is known color: Nugget. HEX triplet: C4, 8D and 1D. RGB value is (196,141,29). Sum of RGB (Red+Green+Blue) = 196+141+29=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D1D is #3B72E2. Grayscale: #919191. Windows color (decimal): -3896035 or 1936836. OLE color: 1936836.

HSL color Cylindrical-coordinate representation of color #C48D1D: hue angle of 40.24º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C48D1D is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 29 -
CMYK 0 0.28 0.85 0.23
HSL 40.24º 0.74% 0.44% -
HSV(B) 40.24º 0.85% 0.77% -
XYZ 32.51 30.87 5.41 -
YUV 144.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 196 141 29 0 0.28 0.85 0.23 40.24 0.74 0.44
Hex C4 8D 1D 0 1C 55 17 28 4A 2C
Octal 304 215 35 0 34 125 27 50 112 54
Binary 11000100 10001101 11101 0 11100 1010101 10111 101000 1001010 101100

Color Harmonies of #C48D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D1D

Black with #C48D1D

Text Example


Text Example

White with #C48D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D1D; }

 p { color: rgb(196,141,29); }

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

background-color css

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

 a { background-color: rgb(196,141,29); }

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

border-color css

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

 span { border-color: rgb(196,141,29); }

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