#534B19

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

Shades of Bronze Olive #534B19

Tints of Bronze Olive #534B19

Color information

#534B19 (or 0x534B19) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 19. RGB value is (83,75,25). Sum of RGB (Red+Green+Blue) = 83+75+25=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B19 is #ACB4E6. Grayscale: #474747. Windows color (decimal): -11318503 or 1657683. OLE color: 1657683.

HSL color Cylindrical-coordinate representation of color #534B19: hue angle of 51.72º 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 #534B19 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB837525-
CMYK00.100.700.67
HSL51.72º53.7%21.18%-
HSV(B)51.72º69.88%32.55%-
XYZ6.266.941.93-
YUV71.69101.65136.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=45.36%
G=40.98%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83752500.100.700.6751.7253.721.18
Hex534B190A4643343615
Octal12311331012106103646625
Binary1010011100101111001010101000110100001111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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