#534B1A

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

Shades of Bronze Olive #534B1A

Tints of Bronze Olive #534B1A

Color information

#534B1A (or 0x534B1A) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 1A. RGB value is (83,75,26). Sum of RGB (Red+Green+Blue) = 83+75+26=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B1A is #ACB4E5. Grayscale: #484848. Windows color (decimal): -11318502 or 1723219. OLE color: 1723219.

HSL color Cylindrical-coordinate representation of color #534B1A: hue angle of 51.58º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #534B1A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB837526-
CMYK00.100.690.67
HSL51.58º52.29%21.37%-
HSV(B)51.58º68.67%32.55%-
XYZ6.276.951.99-
YUV71.81102.15135.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=45.11%
G=40.76%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83752600.100.690.6751.5852.2921.37
Hex534B1A0A4543343415
Octal12311332012105103646425
Binary1010011100101111010010101000101100001111010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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