Html Css Color HEX #C48D27 Nugget

📋 copy color: '#C48D27'

red 196 ◦ green 141 ◦ blue 39

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

Shades of Nugget #C48D27

Tints of Nugget #C48D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.37%

R = 52.13%
G = 37.5%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48D27 (or 0xC48D27) is known color: Nugget. HEX triplet: C4, 8D and 27. RGB value is (196,141,39). Sum of RGB (Red+Green+Blue) = 196+141+39=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D27 is #3B72D8. Grayscale: #929292. Windows color (decimal): -3896025 or 2592196. OLE color: 2592196.

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

Color convert

RGB 196 141 39 -
CMYK 0 0.28 0.80 0.23
HSL 38.98º 0.67% 0.46% -
HSV(B) 38.98º 0.8% 0.77% -
XYZ 32.66 30.93 6.17 -
YUV 145.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 196 141 39 0 0.28 0.80 0.23 38.98 0.67 0.46
Hex C4 8D 27 0 1C 50 17 27 43 2E
Octal 304 215 47 0 34 120 27 47 103 56
Binary 11000100 10001101 100111 0 11100 1010000 10111 100111 1000011 101110

Color Harmonies of #C48D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D27

Black with #C48D27

Text Example


Text Example

White with #C48D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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