#534B11

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

Shades of Bronze Olive #534B11

Tints of Bronze Olive #534B11

Color information

#534B11 (or 0x534B11) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 11. RGB value is (83,75,17). Sum of RGB (Red+Green+Blue) = 83+75+17=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B11 is #ACB4EE. Grayscale: #474747. Windows color (decimal): -11318511 or 1133395. OLE color: 1133395.

HSL color Cylindrical-coordinate representation of color #534B11: hue angle of 52.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #534B11 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB837517-
CMYK00.100.800.67
HSL52.73º66%19.61%-
HSV(B)52.73º79.52%32.55%-
XYZ6.186.911.54-
YUV70.7897.65136.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=47.43%
G=42.86%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83751700.100.800.6752.736619.61
Hex534B110A5043354214
Octal123113210121201036510224
Binary10100111001011100010101010100001000011110101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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