Html Css Color HEX #C48D1B Nugget

📋 copy color: '#C48D1B'

red 196 ◦ green 141 ◦ blue 27

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

Shades of Nugget #C48D1B

Tints of Nugget #C48D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 53.85%
G = 38.74%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C48D1B (or 0xC48D1B) is known color: Nugget. HEX triplet: C4, 8D and 1B. RGB value is (196,141,27). Sum of RGB (Red+Green+Blue) = 196+141+27=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D1B is #3B72E4. Grayscale: #909090. Windows color (decimal): -3896037 or 1805764. OLE color: 1805764.

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

Color convert

RGB 196 141 27 -
CMYK 0 0.28 0.86 0.23
HSL 40.47º 0.76% 0.44% -
HSV(B) 40.47º 0.86% 0.77% -
XYZ 32.49 30.86 5.28 -
YUV 144.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 196 141 27 0 0.28 0.86 0.23 40.47 0.76 0.44
Hex C4 8D 1B 0 1C 56 17 28 4C 2C
Octal 304 215 33 0 34 126 27 50 114 54
Binary 11000100 10001101 11011 0 11100 1010110 10111 101000 1001100 101100

Color Harmonies of #C48D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D1B

Black with #C48D1B

Text Example


Text Example

White with #C48D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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