#534B10

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

Shades of Bronze Olive #534B10

Tints of Bronze Olive #534B10

Color information

#534B10 (or 0x534B10) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 10. RGB value is (83,75,16). Sum of RGB (Red+Green+Blue) = 83+75+16=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B10 is #ACB4EF. Grayscale: #464646. Windows color (decimal): -11318512 or 1067859. OLE color: 1067859.

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

Color convert

RGB837516-
CMYK00.100.810.67
HSL52.84º67.68%19.41%-
HSV(B)52.84º80.72%32.55%-
XYZ6.186.911.5-
YUV70.6797.15136.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=47.70%
G=43.10%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83751600.100.810.6752.8467.6819.41
Hex534B100A5143354413
Octal123113200121211036510423
Binary10100111001011100000101010100011000011110101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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