#C4912A

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

Shades of Nugget #C4912A

Tints of Nugget #C4912A

Color information

#C4912A (or 0xC4912A) is unknown color: approx Nugget. HEX triplet: C4, 91 and 2A. RGB value is (196,145,42). Sum of RGB (Red+Green+Blue) = 196+145+42=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4912A is #3B6ED5. Grayscale: #949494. Windows color (decimal): -3894998 or 2789828. OLE color: 2789828.

HSL color Cylindrical-coordinate representation of color #C4912A: hue angle of 40.13º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4912A is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19614542-
CMYK00.260.790.23
HSL40.13º64.71%46.67%-
HSV(B)40.13º78.57%76.86%-
XYZ33.3132.156.64-
YUV148.5167.9161.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=51.17%
G=37.86%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961454200.260.790.2340.1364.7146.67
HexC4912A01A4F1728412f
Octal30422152032117275010157
Binary11000100100100011010100110101001111101111010001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4912A; }

 p { color: rgb(196,145,42); }

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

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

 a { background-color: rgb(196,145,42); }

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

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

 span { border-color: rgb(196,145,42); }

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