#534B1E

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

Shades of Bronze Olive #534B1E

Tints of Bronze Olive #534B1E

Color information

#534B1E (or 0x534B1E) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 1E. RGB value is (83,75,30). Sum of RGB (Red+Green+Blue) = 83+75+30=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B1E is #ACB4E1. Grayscale: #484848. Windows color (decimal): -11318498 or 1985363. OLE color: 1985363.

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

Color convert

RGB837530-
CMYK00.100.640.67
HSL50.94º46.9%22.16%-
HSV(B)50.94º63.86%32.55%-
XYZ6.326.962.24-
YUV72.26104.15135.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=44.15%
G=39.89%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83753000.100.640.6750.9446.922.16
Hex534B1E0A4043332f16
Octal12311336012100103635726
Binary1010011100101111110010101000000100001111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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