#C8931F

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

Shades of Nugget #C8931F

Tints of Nugget #C8931F

Color information

#C8931F (or 0xC8931F) is unknown color: approx Nugget. HEX triplet: C8, 93 and 1F. RGB value is (200,147,31). Sum of RGB (Red+Green+Blue) = 200+147+31=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8931F is #376CE0. Grayscale: #969696. Windows color (decimal): -3632353 or 2069448. OLE color: 2069448.

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

Color convert

RGB20014731-
CMYK00.260.840.22
HSL41.18º73.16%45.29%-
HSV(B)41.18º84.5%78.43%-
XYZ34.533.255.9-
YUV149.6261.06163.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.91%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 31 (12.5% from 255) = 8.20%
R=52.91%
G=38.89%
B=8.20%

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
Decimal2001473100.260.840.2241.1873.1645.29
HexC8931F01A541629492d
Octal31022337032124265111155
Binary1100100010010011111110110101010100101101010011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8931F; }

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

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

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

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

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

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

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

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