#C4901F

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

Shades of Nugget #C4901F

Tints of Nugget #C4901F

Color information

#C4901F (or 0xC4901F) is unknown color: approx Nugget. HEX triplet: C4, 90 and 1F. RGB value is (196,144,31). Sum of RGB (Red+Green+Blue) = 196+144+31=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4901F is #3B6FE0. Grayscale: #939393. Windows color (decimal): -3895265 or 2068676. OLE color: 2068676.

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

Color convert

RGB19614431-
CMYK00.270.840.23
HSL41.09º72.69%44.51%-
HSV(B)41.09º84.18%76.86%-
XYZ32.9931.785.69-
YUV146.6762.73163.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 31 (12.5% from 255) = 8.36%
R=52.83%
G=38.81%
B=8.36%

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
Decimal1961443100.270.840.2341.0972.6944.51
HexC4901F01B541729492d
Octal30422037033124275111155
Binary1100010010010000111110110111010100101111010011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4901F; }

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

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

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

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

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

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

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

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