#C3902A

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

Shades of Nugget #C3902A

Tints of Nugget #C3902A

Color information

#C3902A (or 0xC3902A) is unknown color: approx Nugget. HEX triplet: C3, 90 and 2A. RGB value is (195,144,42). Sum of RGB (Red+Green+Blue) = 195+144+42=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3902A is #3C6FD5. Grayscale: #949494. Windows color (decimal): -3960790 or 2789571. OLE color: 2789571.

HSL color Cylindrical-coordinate representation of color #C3902A: hue angle of 40º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3902A is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19514442-
CMYK00.260.780.24
HSL40º64.56%46.47%-
HSV(B)40º78.46%76.47%-
XYZ32.931.726.58-
YUV147.6268.4161.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.18%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=51.18%
G=37.80%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951444200.260.780.244064.5646.47
HexC3902A01A4E1828412e
Octal30322052032116305010156
Binary11000011100100001010100110101001110110001010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3902A; }

 p { color: rgb(195,144,42); }

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

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

 a { background-color: rgb(195,144,42); }

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

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

 span { border-color: rgb(195,144,42); }

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