#C48F1F

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

Shades of Nugget #C48F1F

Tints of Nugget #C48F1F

Color information

#C48F1F (or 0xC48F1F) is unknown color: approx Nugget. HEX triplet: C4, 8F and 1F. RGB value is (196,143,31). Sum of RGB (Red+Green+Blue) = 196+143+31=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F1F is #3B70E0. Grayscale: #929292. Windows color (decimal): -3895521 or 2068420. OLE color: 2068420.

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

Color convert

RGB19614331-
CMYK00.270.840.23
HSL40.73º72.69%44.51%-
HSV(B)40.73º84.18%76.86%-
XYZ32.8331.485.64-
YUV146.0863.06163.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 31 (12.5% from 255) = 8.38%
R=52.97%
G=38.65%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961433100.270.840.2340.7372.6944.51
HexC48F1F01B541729492d
Octal30421737033124275111155
Binary1100010010001111111110110111010100101111010011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F1F; }

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

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

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

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

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

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

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

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