#534C19

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

Shades of Bronze Olive #534C19

Tints of Bronze Olive #534C19

Color information

#534C19 (or 0x534C19) is unknown color: approx Bronze Olive. HEX triplet: 53, 4C and 19. RGB value is (83,76,25). Sum of RGB (Red+Green+Blue) = 83+76+25=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C19 is #ACB3E6. Grayscale: #484848. Windows color (decimal): -11318247 or 1657939. OLE color: 1657939.

HSL color Cylindrical-coordinate representation of color #534C19: hue angle of 52.76º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534C19 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB837625-
CMYK00.080.700.67
HSL52.76º53.7%21.18%-
HSV(B)52.76º69.88%32.55%-
XYZ6.337.081.95-
YUV72.28101.32135.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=45.11%
G=41.30%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83762500.080.700.6752.7653.721.18
Hex534C19084643353615
Octal12311431010106103656625
Binary1010011100110011001010001000110100001111010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534C19; }

 p { color: rgb(83,76,25); }

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

<style>
 a { background-color: #534C19; }

 a { background-color: rgb(83,76,25); }

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

<style>
 span { border-color: #534C19; }

 span { border-color: rgb(83,76,25); }

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