Html Css Color HEX #C48D19 Nugget

📋 copy color: '#C48D19'

red 196 ◦ green 141 ◦ blue 25

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

Shades of Nugget #C48D19

Tints of Nugget #C48D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.91%

R = 54.14%
G = 38.95%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C48D19 (or 0xC48D19) is known color: Nugget. HEX triplet: C4, 8D and 19. RGB value is (196,141,25). Sum of RGB (Red+Green+Blue) = 196+141+25=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D19 is #3B72E6. Grayscale: #909090. Windows color (decimal): -3896039 or 1674692. OLE color: 1674692.

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

Color convert

RGB 196 141 25 -
CMYK 0 0.28 0.87 0.23
HSL 40.7º 0.77% 0.43% -
HSV(B) 40.7º 0.87% 0.77% -
XYZ 32.47 30.86 5.16 -
YUV 144.22 60.72 164.93 -
System Red Green Blue C M Y K H S L
Decimal 196 141 25 0 0.28 0.87 0.23 40.7 0.77 0.43
Hex C4 8D 19 0 1C 57 17 29 4D 2B
Octal 304 215 31 0 34 127 27 51 115 53
Binary 11000100 10001101 11001 0 11100 1010111 10111 101001 1001101 101011

Color Harmonies of #C48D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D19

Black with #C48D19

Text Example


Text Example

White with #C48D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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