#5C4727

Color #5C4727 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #5C4727

Tints of Deep Bronze #5C4727

Color information

#5C4727 (or 0x5C4727) is unknown color: approx Deep Bronze. HEX triplet: 5C, 47 and 27. RGB value is (92,71,39). Sum of RGB (Red+Green+Blue) = 92+71+39=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4727 is #A3B8D8. Grayscale: #494949. Windows color (decimal): -10729689 or 2574172. OLE color: 2574172.

HSL color Cylindrical-coordinate representation of color #5C4727: hue angle of 36.23º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C4727 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB927139-
CMYK00.230.580.64
HSL36.23º40.46%25.69%-
HSV(B)36.23º57.61%36.08%-
XYZ7.036.932.89-
YUV73.63108.46141.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=45.54%
G=35.15%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92713900.230.580.6436.2340.4625.69
Hex5C47270173A4024281a
Octal1341074702772100445032
Binary10111001000111100111010111111010100000010010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4727; }

 p { color: rgb(92,71,39); }

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

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

 a { background-color: rgb(92,71,39); }

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

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

 span { border-color: rgb(92,71,39); }

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