#C58A1F

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

Shades of Nugget #C58A1F

Tints of Nugget #C58A1F

Color information

#C58A1F (or 0xC58A1F) is unknown color: approx Nugget. HEX triplet: C5, 8A and 1F. RGB value is (197,138,31). Sum of RGB (Red+Green+Blue) = 197+138+31=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A1F is #3A75E0. Grayscale: #8F8F8F. Windows color (decimal): -3831265 or 2067141. OLE color: 2067141.

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

Color convert

RGB19713831-
CMYK00.300.840.23
HSL38.67º72.81%44.71%-
HSV(B)38.67º84.26%77.25%-
XYZ32.3630.155.41-
YUV143.4464.55166.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 31 (12.5% from 255) = 8.47%
R=53.83%
G=37.70%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971383100.300.840.2338.6772.8144.71
HexC58A1F01E541727492d
Octal30521237036124274711155
Binary1100010110001010111110111101010100101111001111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A1F; }

 p { color: rgb(197,138,31); }

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

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

 a { background-color: rgb(197,138,31); }

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

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

 span { border-color: rgb(197,138,31); }

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