#5c530b

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

Shades of Bronze Olive #5C530B

Tints of Bronze Olive #5C530B

Color information

#5C530B (or 0x5C530B) is unknown color: approx Bronze Olive. HEX triplet: 5C, 53 and 0B. RGB value is (92,83,11). Sum of RGB (Red+Green+Blue) = 92+83+11=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C530B is #A3ACF4. Grayscale: #4D4D4D. Windows color (decimal): -10726645 or 742236. OLE color: 742236.

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

Color convert

RGB928311-
CMYK00.100.880.64
HSL53.33º78.64%20.2%-
HSV(B)53.33º88.04%36.08%-
XYZ7.578.491.56-
YUV77.4890.48138.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.46%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=49.46%
G=44.62%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92831100.100.880.6453.3378.6420.2
Hex5C53B0A5840354f14
Octal134123130121301006511724
Binary1011100101001110110101010110001000000110101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c530b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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