#5C460B

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

Shades of Bronze Olive #5C460B

Tints of Bronze Olive #5C460B

Color information

#5C460B (or 0x5C460B) is unknown color: approx Bronze Olive. HEX triplet: 5C, 46 and 0B. RGB value is (92,70,11). Sum of RGB (Red+Green+Blue) = 92+70+11=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C460B is #A3B9F4. Grayscale: #464646. Windows color (decimal): -10729973 or 738908. OLE color: 738908.

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

Color convert

RGB927011-
CMYK00.240.880.64
HSL43.7º78.64%20.2%-
HSV(B)43.7º88.04%36.08%-
XYZ6.666.681.25-
YUV69.8594.79143.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.18%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=53.18%
G=40.46%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92701100.240.880.6443.778.6420.2
Hex5C46B01858402c4f14
Octal134106130301301005411724
Binary10111001000110101101100010110001000000101100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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