#C3891F

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

Shades of Nugget #C3891F

Tints of Nugget #C3891F

Color information

#C3891F (or 0xC3891F) is unknown color: approx Nugget. HEX triplet: C3, 89 and 1F. RGB value is (195,137,31). Sum of RGB (Red+Green+Blue) = 195+137+31=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3891F is #3C76E0. Grayscale: #8E8E8E. Windows color (decimal): -3962593 or 2066883. OLE color: 2066883.

HSL color Cylindrical-coordinate representation of color #C3891F: hue angle of 38.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3891F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19513731-
CMYK00.300.840.24
HSL38.78º72.57%44.31%-
HSV(B)38.78º84.1%76.47%-
XYZ31.729.595.34-
YUV142.2665.22165.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=53.72%
G=37.74%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951373100.300.840.2438.7872.5744.31
HexC3891F01E541827492c
Octal30321137036124304711154
Binary1100001110001001111110111101010100110001001111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3891F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3891F; }

 p { color: rgb(195,137,31); }

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

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

 a { background-color: rgb(195,137,31); }

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

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

 span { border-color: rgb(195,137,31); }

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