#5C510B

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

Shades of Bronze Olive #5C510B

Tints of Bronze Olive #5C510B

Color information

#5C510B (or 0x5C510B) is unknown color: approx Bronze Olive. HEX triplet: 5C, 51 and 0B. RGB value is (92,81,11). Sum of RGB (Red+Green+Blue) = 92+81+11=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C510B is #A3AEF4. Grayscale: #4C4C4C. Windows color (decimal): -10727157 or 741724. OLE color: 741724.

HSL color Cylindrical-coordinate representation of color #5C510B: hue angle of 51.85º 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 #5C510B is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB928111-
CMYK00.120.880.64
HSL51.85º78.64%20.2%-
HSV(B)51.85º88.04%36.08%-
XYZ7.428.181.51-
YUV76.3191.14139.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 11 (4.69% from 255) = 5.98%
R=50%
G=44.02%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92811100.120.880.6451.8578.6420.2
Hex5C51B0C5840344f14
Octal134121130141301006411724
Binary1011100101000110110110010110001000000110100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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