#C8941F

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

Shades of Nugget #C8941F

Tints of Nugget #C8941F

Color information

#C8941F (or 0xC8941F) is unknown color: approx Nugget. HEX triplet: C8, 94 and 1F. RGB value is (200,148,31). Sum of RGB (Red+Green+Blue) = 200+148+31=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8941F is #376BE0. Grayscale: #969696. Windows color (decimal): -3632097 or 2069704. OLE color: 2069704.

HSL color Cylindrical-coordinate representation of color #C8941F: hue angle of 41.54º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8941F is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB20014831-
CMYK00.260.840.22
HSL41.54º73.16%45.29%-
HSV(B)41.54º84.5%78.43%-
XYZ34.6633.565.95-
YUV150.2160.73163.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 31 (12.5% from 255) = 8.18%
R=52.77%
G=39.05%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001483100.260.840.2241.5473.1645.29
HexC8941F01A54162a492d
Octal31022437032124265211155
Binary1100100010010100111110110101010100101101010101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8941F; }

 p { color: rgb(200,148,31); }

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

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

 a { background-color: rgb(200,148,31); }

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

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

 span { border-color: rgb(200,148,31); }

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