Html Css Color HEX #C48D1F Nugget

📋 copy color: '#C48D1F'

red 196 ◦ green 141 ◦ blue 31

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

Shades of Nugget #C48D1F

Tints of Nugget #C48D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.42%

R = 53.26%
G = 38.32%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C48D1F (or 0xC48D1F) is known color: Nugget. HEX triplet: C4, 8D and 1F. RGB value is (196,141,31). Sum of RGB (Red+Green+Blue) = 196+141+31=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D1F is #3B72E0. Grayscale: #919191. Windows color (decimal): -3896033 or 2067908. OLE color: 2067908.

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

Color convert

RGB 196 141 31 -
CMYK 0 0.28 0.84 0.23
HSL 40º 0.73% 0.45% -
HSV(B) 40º 0.84% 0.77% -
XYZ 32.54 30.88 5.54 -
YUV 144.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 196 141 31 0 0.28 0.84 0.23 40 0.73 0.45
Hex C4 8D 1F 0 1C 54 17 28 49 2D
Octal 304 215 37 0 34 124 27 50 111 55
Binary 11000100 10001101 11111 0 11100 1010100 10111 101000 1001001 101101

Color Harmonies of #C48D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D1F

Black with #C48D1F

Text Example


Text Example

White with #C48D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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