#c48f27

Color #C48F27 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C48F27

Tints of Nugget #C48F27

Color information

#C48F27 (or 0xC48F27) is unknown color: approx Nugget. HEX triplet: C4, 8F and 27. RGB value is (196,143,39). Sum of RGB (Red+Green+Blue) = 196+143+39=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F27 is #3B70D8. Grayscale: #939393. Windows color (decimal): -3895513 or 2592708. OLE color: 2592708.

HSL color Cylindrical-coordinate representation of color #C48F27: hue angle of 39.75º 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 #C48F27 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19614339-
CMYK00.270.800.23
HSL39.75º66.81%46.08%-
HSV(B)39.75º80.1%76.86%-
XYZ32.9531.536.27-
YUV146.9967.06162.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.85%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 39 (15.62% from 255) = 10.32%
R=51.85%
G=37.83%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961433900.270.800.2339.7566.8146.08
HexC48F2701B501728432e
Octal30421747033120275010356
Binary11000100100011111001110110111010000101111010001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48f27; }

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

 H1.HeaderClassName
 {
   color: #c48f27;
 }
 .AnyTagClassName
 {
   color: #c48f27;
 }
</style>
background-color css

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

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

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

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

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

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