#534613

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

Shades of Bronze Olive #534613

Tints of Bronze Olive #534613

Color information

#534613 (or 0x534613) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 13. RGB value is (83,70,19). Sum of RGB (Red+Green+Blue) = 83+70+19=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534613 is #ACB9EC. Grayscale: #444444. Windows color (decimal): -11319789 or 1263187. OLE color: 1263187.

HSL color Cylindrical-coordinate representation of color #534613: hue angle of 47.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #534613 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB837019-
CMYK00.160.770.67
HSL47.81º62.75%20%-
HSV(B)47.81º77.11%32.55%-
XYZ5.876.271.52-
YUV68.07100.31138.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=48.26%
G=40.70%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83701900.160.770.6747.8162.7520
Hex5346130104D43303f14
Octal12310623020115103607724
Binary10100111000110100110100001001101100001111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534613; }

 p { color: rgb(83,70,19); }

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

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

 a { background-color: rgb(83,70,19); }

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

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

 span { border-color: rgb(83,70,19); }

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