#5C461A

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

Shades of Bronze Olive #5C461A

Tints of Bronze Olive #5C461A

Color information

#5C461A (or 0x5C461A) is unknown color: approx Bronze Olive. HEX triplet: 5C, 46 and 1A. RGB value is (92,70,26). Sum of RGB (Red+Green+Blue) = 92+70+26=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 92 - color contains mainly: red. Hex color #5C461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C461A is #A3B9E5. Grayscale: #474747. Windows color (decimal): -10729958 or 1721948. OLE color: 1721948.

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

Color convert

RGB927026-
CMYK00.240.720.64
HSL40º55.93%23.14%-
HSV(B)40º71.74%36.08%-
XYZ6.796.731.92-
YUV71.56102.29142.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.94%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=48.94%
G=37.23%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92702600.240.720.644055.9323.14
Hex5C461A0184840283817
Octal13410632030110100507027
Binary10111001000110110100110001001000100000010100011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,70,26); }

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

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

 a { background-color: rgb(92,70,26); }

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

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

 span { border-color: rgb(92,70,26); }

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