#C38C25

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

Shades of Nugget #C38C25

Tints of Nugget #C38C25

Color information

#C38C25 (or 0xC38C25) is unknown color: approx Nugget. HEX triplet: C3, 8C and 25. RGB value is (195,140,37). Sum of RGB (Red+Green+Blue) = 195+140+37=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C25 is #3C73DA. Grayscale: #919191. Windows color (decimal): -3961819 or 2460867. OLE color: 2460867.

HSL color Cylindrical-coordinate representation of color #C38C25: hue angle of 39.11º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C38C25 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19514037-
CMYK00.280.810.24
HSL39.11º68.1%45.49%-
HSV(B)39.11º81.03%76.47%-
XYZ32.2230.495.94-
YUV144.767.22163.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 37 (14.84% from 255) = 9.95%
R=52.42%
G=37.63%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951403700.280.810.2439.1168.145.49
HexC38C2501C511827442d
Octal30321445034121304710455
Binary11000011100011001001010111001010001110001001111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C25; }

 p { color: rgb(195,140,37); }

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

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

 a { background-color: rgb(195,140,37); }

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

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

 span { border-color: rgb(195,140,37); }

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